mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-16 17:22:44 +03:00
Add missing include to gtk scaffolding
Without unistd access, close and unlink were not properly defined
This commit is contained in:
parent
1c5a5207fb
commit
b208c60ddd
@ -22,6 +22,7 @@
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user