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 13f5619ccac4acfd83805cca7a0415b5da8f9a20..9cc6944c968e973d3649e1a8fbb5ad15bd720adc 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>