genviron: #include fixups
authorRyan Lortie <desrt@desrt.ca>
Mon, 17 Oct 2011 01:13:22 +0000 (21:13 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 17 Oct 2011 01:41:15 +0000 (21:41 -0400)
glib/genviron.c
glib/genviron.h

index 3c1b54c..7e8a8c5 100644 (file)
@@ -26,6 +26,8 @@
 
 #include "config.h"
 
+#include "genviron.h"
+
 #include <stdlib.h>
 #include <string.h>
 #ifdef HAVE_UNISTD_H
index ac98f49..c75c548 100644 (file)
@@ -31,6 +31,8 @@
 #ifndef __G_ENVIRON_H__
 #define __G_ENVIRON_H__
 
+#include <glib/gtypes.h>
+
 G_BEGIN_DECLS
 
 #ifndef __GTK_DOC_IGNORE__