GWakeup: fix Windows build breakage
authorRyan Lortie <desrt@desrt.ca>
Mon, 25 Jul 2011 16:59:27 +0000 (18:59 +0200)
committerRyan Lortie <desrt@desrt.ca>
Mon, 25 Jul 2011 16:59:27 +0000 (18:59 +0200)
...from the attempt to make it private.

glib/gwakeup.c

index a65c2d0..2f191cb 100644 (file)
 #ifdef _WIN32
 
 #include <windows.h>
+
+#ifdef GLIB_COMPILATION
 #include "gmessages.h"
 #include "giochannel.h"
 #include "gwin32.h"
+#endif
 
 GWakeup *
 g_wakeup_new (void)