Inlcude unistd.h in bookmarks.c for F_OK
This commit is contained in:
parent
264582f557
commit
4e51fa1f00
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@
|
|||
#include <glib/gstdio.h>
|
||||
#include <glib/gi18n.h>
|
||||
|
||||
#include <config.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef G_ENABLE_DEBUG
|
||||
void midori_bookmarks_dbtracer(void* dummy, const char* query)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue