pidgin/ljfisher-ssl-client-auth

Commit the fix needed for this to build on Windows.
release-2.x.y
2011-08-21, John Bailey
95540e6ea463
Commit the fix needed for this to build on Windows.
--- 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*/