From 39b72a166e72ebbafbb7e85383db954a31b929c2 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Mon, 25 Jul 2011 18:59:27 +0200 Subject: [PATCH] GWakeup: fix Windows build breakage ...from the attempt to make it private. --- glib/gwakeup.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/glib/gwakeup.c b/glib/gwakeup.c index a65c2d002..2f191cbf1 100644 --- a/glib/gwakeup.c +++ b/glib/gwakeup.c @@ -62,9 +62,12 @@ #ifdef _WIN32 #include + +#ifdef GLIB_COMPILATION #include "gmessages.h" #include "giochannel.h" #include "gwin32.h" +#endif GWakeup * g_wakeup_new (void)