diff options
Diffstat (limited to 'glib/genviron.c')
-rw-r--r-- | glib/genviron.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/glib/genviron.c b/glib/genviron.c index bbb5c0f4d..b876451af 100644 --- a/glib/genviron.c +++ b/glib/genviron.c @@ -36,10 +36,16 @@ #ifdef HAVE_CRT_EXTERNS_H #include <crt_externs.h> /* for _NSGetEnviron */ #endif +#ifdef G_OS_WIN32 +#include <windows.h> +#endif #include "gmem.h" #include "gmessages.h" #include "gstrfuncs.h" +#include "gunicode.h" +#include "gconvert.h" +#include "gquark.h" /* Environ array functions {{{1 */ static gint |