From 880a8809769519ed7257cced54ea0712306468ed Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Mon, 2 May 2011 00:51:37 +0200 Subject: [PATCH] Unclude unistd.h for F_OK/ g_access --- midori/midori-websettings.c | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5