]> granicus.if.org Git - curl/commitdiff
Dan Fandrich fix to compile with libc5
authorDaniel Stenberg <daniel@haxx.se>
Sat, 20 Nov 2004 08:57:56 +0000 (08:57 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 20 Nov 2004 08:57:56 +0000 (08:57 +0000)
lib/select.c

index 3069a0c0089ec8256f1b1b6058a8040b45f1c808..8ccd47cd1d32f6aa409a10bb0561a878c3a27a7c 100644 (file)
 #ifdef HAVE_SYS_SELECT_H
 #include <sys/select.h>
 #endif
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
 
 #ifndef HAVE_SELECT
 #error "We can't compile without select() support!"