Q&D fix header inclusion order
authorYang Tse <yangsita@gmail.com>
Sun, 25 Sep 2011 17:08:12 +0000 (19:08 +0200)
committerYang Tse <yangsita@gmail.com>
Sun, 25 Sep 2011 17:08:12 +0000 (19:08 +0200)
lib/multi.c

index 13f5619..9cc6944 100644 (file)
@@ -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>