From: Daniel Stenberg Date: Wed, 18 Apr 2001 14:06:47 +0000 (+0000) Subject: added an include to build on ultrix X-Git-Tag: curl-7_7_2~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5dd1cb0614ce4fcca59c8ca48e4d033dcd826742;p=thirdparty%2Fcurl.git added an include to build on ultrix --- diff --git a/src/main.c b/src/main.c index c2c7e7edf5..ed25e7c389 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 #include #include #include +#include #include #include @@ -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 #endif