]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
added an include to build on ultrix
authorDaniel Stenberg <daniel@haxx.se>
Wed, 18 Apr 2001 14:06:47 +0000 (14:06 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 18 Apr 2001 14:06:47 +0000 (14:06 +0000)
src/main.c

index c2c7e7edf581d5d56d2b46e75aff8d5bc76ec068..ed25e7c389eeef68ed730a8c37a2cc9f45bd0cb0 100644 (file)
  * $Id$
  *****************************************************************************/
 
+/* This is now designed to have its own local setup.h */
+#include "setup.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdarg.h>
+#include <sys/types.h>
 #include <sys/stat.h>
 #include <ctype.h>
 
@@ -38,9 +42,6 @@
 
 #define CURLseparator  "--_curl_--"
 
-/* This is now designed to have its own local setup.h */
-#include "setup.h"
-
 #if defined(WIN32)&&!defined(__CYGWIN32__)
 #include <winsock.h>
 #endif