diff options
author | Yang Tse <yangsita@gmail.com> | 2011-09-25 19:08:12 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-09-25 19:08:12 +0200 |
commit | d2a47021c0a65548c06cf7273b30794f22042ecc (patch) | |
tree | 3bff2757c200092601c034c089153983d1e11afc | |
parent | 119f43360b60c903982104944145d9cd8b7ec054 (diff) |
Q&D fix header inclusion order
-rw-r--r-- | lib/multi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/multi.c b/lib/multi.c index 13f5619cc..9cc6944c9 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -41,8 +41,8 @@ #include "sendf.h" #include "timeval.h" #include "http.h" -#include "warnless.h" #include "select.h" +#include "warnless.h" #define _MPRINTF_REPLACE /* use our functions only */ #include <curl/mprintf.h> |