From: Christian Dywan Date: Sun, 1 May 2011 22:51:37 +0000 (+0200) Subject: Unclude unistd.h for F_OK/ g_access X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=880a8809769519ed7257cced54ea0712306468ed;p=midori Unclude unistd.h for F_OK/ g_access --- diff --git a/midori/midori-websettings.c b/midori/midori-websettings.c index f8c4029a..1be914e6 100644 --- a/midori/midori-websettings.c +++ b/midori/midori-websettings.c @@ -17,6 +17,10 @@ #include #include +#if HAVE_UNISTD_H + #include +#endif + #if HAVE_CONFIG_H #include #endif