tests/keyfile: Fix build
authorJasper St. Pierre <jstpierre@mecheye.net>
Sat, 4 Jan 2014 06:40:24 +0000 (01:40 -0500)
committerJasper St. Pierre <jstpierre@mecheye.net>
Sat, 4 Jan 2014 06:40:27 +0000 (01:40 -0500)
glib/tests/keyfile.c

index d3f70c5..5468783 100644 (file)
@@ -1,7 +1,9 @@
+
 #include <glib.h>
 #include <locale.h>
 #include <string.h>
 #include <stdlib.h>
+#include <unistd.h>
 
 static GKeyFile *
 load_data (const gchar   *data,