]> granicus.if.org Git - curl/commitdiff
Damien Adant <dams@usa.net> suggestion to make it compile on Ultrix
authorDaniel Stenberg <daniel@haxx.se>
Thu, 2 Mar 2000 23:00:54 +0000 (23:00 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 2 Mar 2000 23:00:54 +0000 (23:00 +0000)
lib/download.c

index d8c56b185cc21d6b4ae3741a86d4efdb73507279..68e6f308aa0c2d753bac5221f16b47957ad77a60 100644 (file)
 
 #include "setup.h"
 
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif