Unclude unistd.h for F_OK/ g_access

This commit is contained in:
Christian Dywan 2011-05-02 00:51:37 +02:00
parent c5ed6e0815
commit 880a880976

View file

@ -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