changeset 32382:8c6254c23e32

Commit the fix needed for this to build on Windows.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 21 Aug 2011 23:45:07 +0000
parents 6f3df8fc3037
children e44af4d2e01b 7b1cb7651609
files libpurple/protocols/jabber/win32/posix.uname.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/win32/posix.uname.c	Sat Aug 20 18:43:12 2011 +0000
+++ b/libpurple/protocols/jabber/win32/posix.uname.c	Sun Aug 21 23:45:07 2011 +0000
@@ -28,6 +28,8 @@
 #include <string.h>
 #include <stdio.h>
 
+#include <glib.h>
+
 /* ANONYMOUS unions and structs are used from the windows header definitions.
    These need to be defined for them to work correctly with gcc2.95.2-mingw. */
 /*#define _ANONYMOUS_STRUCT*/