cpw.ljfisher.ssl_client_auth: 8e524365: Add glib.h include to fix missing g_strl...

lucas.fisher at gmail.com lucas.fisher at gmail.com
Wed Sep 14 20:20:41 EDT 2011


----------------------------------------------------------------------
Revision: 8e52436584542d03198d8b4b1dfc9080a0778e2b
Parent:   5ae318f7129e97e6bdd31841b3a24aa6fc6d769f
Author:   lucas.fisher at gmail.com
Date:     09/14/11 20:16:02
Branch:   im.pidgin.cpw.ljfisher.ssl_client_auth
URL: http://d.pidgin.im/viewmtn/revision/info/8e52436584542d03198d8b4b1dfc9080a0778e2b

Changelog: 

Add glib.h include to fix missing g_strlcpy declaration compiler error on windows.

Changes against parent 5ae318f7129e97e6bdd31841b3a24aa6fc6d769f

  patched  libpurple/protocols/jabber/win32/posix.uname.c

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/win32/posix.uname.c	4d198a66735b29e9d69c989b9c3b940794dbaad3
+++ libpurple/protocols/jabber/win32/posix.uname.c	68d3d883fcfde441024d77e593c3902e068bf2c8
@@ -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. */


More information about the Commits mailing list