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 */