Add missing include to gtk scaffolding

Without unistd access, close and unlink were not properly defined
This commit is contained in:
Vincent Sanders 2015-06-29 16:14:34 +01:00
parent 1c5a5207fb
commit b208c60ddd
1 changed files with 1 additions and 0 deletions

View File

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