From 976b0b72a477d64c9d4382de11b6db900ed9405f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 15 Oct 2011 20:06:32 -0400 Subject: [PATCH] Include genviron.h where necessary --- glib/gasyncqueue.c | 1 + glib/grand.c | 1 + glib/gspawn.c | 1 + 3 files changed, 3 insertions(+) diff --git a/glib/gasyncqueue.c b/glib/gasyncqueue.c index b2b3933..18c154c 100644 --- a/glib/gasyncqueue.c +++ b/glib/gasyncqueue.c @@ -33,6 +33,7 @@ #include "gqueue.h" #include "gtestutils.h" #include "gthread.h" +#include "deprecated/gthread.h" /** diff --git a/glib/grand.c b/glib/grand.c index 1e50edd..4c0e0b4 100644 --- a/glib/grand.c +++ b/glib/grand.c @@ -49,6 +49,7 @@ #include "grand.h" +#include "genviron.h" #include "gmain.h" #include "gmem.h" #include "gtestutils.h" diff --git a/glib/gspawn.c b/glib/gspawn.c index 2d177f2..ef1e0e8 100644 --- a/glib/gspawn.c +++ b/glib/gspawn.c @@ -43,6 +43,7 @@ #include "gspawn.h" +#include "genviron.h" #include "gmem.h" #include "gshell.h" #include "gstring.h" -- 2.7.4