summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-04-18 14:06:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-04-18 14:06:47 +0000
commit5dd1cb0614ce4fcca59c8ca48e4d033dcd826742 (patch)
treee5463b2af781f6b3efc585086c7b76e2bd49fdd3
parentb34bee45caec5a30e82b841bc37baa0b153eb83a (diff)
downloadgnurl-5dd1cb0614ce4fcca59c8ca48e4d033dcd826742.tar.gz
gnurl-5dd1cb0614ce4fcca59c8ca48e4d033dcd826742.tar.bz2
gnurl-5dd1cb0614ce4fcca59c8ca48e4d033dcd826742.zip
added an include to build on ultrix
-rw-r--r--src/main.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index c2c7e7edf..ed25e7c38 100644
--- a/src/main.c
+++ b/src/main.c
@@ -21,10 +21,14 @@
* $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