pidgin/ljfisher-ssl-client-auth

b7fdb2e38907
Parents cd677785660a
Children 5fd66216c512
Add glib.h include to fix missing g_strlcpy declaration compiler error on windows.
--- a/libpurple/protocols/jabber/win32/posix.uname.c Tue Aug 23 03:33:08 2011 +0000
+++ b/libpurple/protocols/jabber/win32/posix.uname.c Thu Sep 15 00:16:02 2011 +0000
@@ -27,6 +27,7 @@
#include "utsname.h"
#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. */