]> granicus.if.org Git - curl/commitdiff
include sys/types.h before sys/select.h
authorDaniel Stenberg <daniel@haxx.se>
Tue, 21 Dec 2004 10:11:07 +0000 (10:11 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 21 Dec 2004 10:11:07 +0000 (10:11 +0000)
lib/select.c

index 8ccd47cd1d32f6aa409a10bb0561a878c3a27a7c..c66095dde5624d6b65e4c5f37f62c3b0167d0f65 100644 (file)
 
 #include "setup.h"
 
-#ifdef HAVE_SYS_SELECT_H
-#include <sys/select.h>
-#endif
 #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
 #endif
-
+#ifdef HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif
 #ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>
 #endif