From 094b6a8b6ae834e9bfbc285bc9a407babb1b31d4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 14 Jun 2000 12:52:21 +0000 Subject: [PATCH] Added #include required by the setmode() for win32 --- src/main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main.c b/src/main.c index 157c867b7..80d977ea4 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 */