Include genviron.h where necessary
authorMatthias Clasen <mclasen@redhat.com>
Sun, 16 Oct 2011 00:06:32 +0000 (20:06 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 16 Oct 2011 00:06:32 +0000 (20:06 -0400)
glib/gasyncqueue.c
glib/grand.c
glib/gspawn.c

index b2b3933..18c154c 100644 (file)
@@ -33,6 +33,7 @@
 #include "gqueue.h"
 #include "gtestutils.h"
 #include "gthread.h"
+#include "deprecated/gthread.h"
 
 
 /**
index 1e50edd..4c0e0b4 100644 (file)
@@ -49,6 +49,7 @@
 
 #include "grand.h"
 
+#include "genviron.h"
 #include "gmain.h"
 #include "gmem.h"
 #include "gtestutils.h"
index 2d177f2..ef1e0e8 100644 (file)
@@ -43,6 +43,7 @@
 
 #include "gspawn.h"
 
+#include "genviron.h"
 #include "gmem.h"
 #include "gshell.h"
 #include "gstring.h"