Include unistd.h in adblock which declares close()

This commit is contained in:
Christian Dywan 2009-07-18 15:14:26 +02:00
parent 8cdbb32511
commit d6f6a76755

View file

@ -15,6 +15,9 @@
#include "config.h"
#include <glib/gstdio.h>
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
static void
adblock_app_add_browser_cb (MidoriApp* app,