[Xfce4-commits] <midori:master> Unclude unistd.h for F_OK/ g_access
Christian Dywan
noreply at xfce.org
Mon May 2 01:48:02 CEST 2011
Updating branch refs/heads/master
to 880a8809769519ed7257cced54ea0712306468ed (commit)
from c5ed6e0815a052b0505618e36625338d569cdeb3 (commit)
commit 880a8809769519ed7257cced54ea0712306468ed
Author: Christian Dywan <christian at twotoasts.de>
Date: Mon May 2 00:51:37 2011 +0200
Unclude unistd.h for F_OK/ g_access
midori/midori-websettings.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/midori/midori-websettings.c b/midori/midori-websettings.c
index f8c4029..1be914e 100644
--- a/midori/midori-websettings.c
+++ b/midori/midori-websettings.c
@@ -17,6 +17,10 @@
#include <glib/gstdio.h>
#include <string.h>
+#if HAVE_UNISTD_H
+ #include <unistd.h>
+#endif
+
#if HAVE_CONFIG_H
#include <config.h>
#endif
More information about the Xfce4-commits
mailing list