From: Daniel Stenberg Date: Wed, 14 Jun 2000 12:52:21 +0000 (+0000) Subject: Added #include required by the setmode() for win32 X-Git-Tag: curl-7_1_1~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=094b6a8b6ae834e9bfbc285bc9a407babb1b31d4;p=thirdparty%2Fcurl.git Added #include required by the setmode() for win32 --- diff --git a/src/main.c b/src/main.c index 157c867b74..80d977ea48 100644 --- a/src/main.c +++ b/src/main.c @@ -76,6 +76,10 @@ #include #endif +#ifdef HAVE_FCNTL_H +#include +#endif + /* Just a set of bits */ #define CONF_DEFAULT 0 #define CONF_VERBOSE (1<<5) /* talk a lot */