]> spindle.queued.net Git - midori/commitdiff
Unclude unistd.h for F_OK/ g_access
authorChristian Dywan <christian@twotoasts.de>
Sun, 1 May 2011 22:51:37 +0000 (00:51 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 1 May 2011 22:51:37 +0000 (00:51 +0200)
midori/midori-websettings.c

index f8c4029a2a26a959ed0ec630db1e309cc3b502e7..1be914e6f94776c696da113a57c6a675158807d2 100644 (file)
 #include <glib/gstdio.h>
 #include <string.h>
 
+#if HAVE_UNISTD_H
+    #include <unistd.h>
+#endif
+
 #if HAVE_CONFIG_H
     #include <config.h>
 #endif