Include unistd.h in adblock which declares close()
This commit is contained in:
parent
8cdbb32511
commit
d6f6a76755
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue