# HG changeset patch # User John Bailey # Date 1313970307 0 # Node ID 8c6254c23e32f6e0157060154f9e29c5970c7e3e # Parent 6f3df8fc30373d3d2f2f41ea2be71d3cbbdf7191 Commit the fix needed for this to build on Windows. diff -r 6f3df8fc3037 -r 8c6254c23e32 libpurple/protocols/jabber/win32/posix.uname.c --- 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 #include +#include + /* 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*/