# HG changeset patch # User Marcus Lundblad # Date 1222104239 0 # Node ID dc01f9b0aaa31f01549d7b4111e81ff911fde377 # Parent 4d6d7aeb3150a1045d2db2a522ed7dcb814da005 Patch from Phil Hannent to fix build on win32, Thanks! diff -r 4d6d7aeb3150 -r dc01f9b0aaa3 libpurple/protocols/jabber/ibb.c --- a/libpurple/protocols/jabber/ibb.c Tue Sep 16 20:05:18 2008 +0000 +++ b/libpurple/protocols/jabber/ibb.c Mon Sep 22 17:23:59 2008 +0000 @@ -14,13 +14,14 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301, USA */ +#include +#include + +#include "internal.h" #include "ibb.h" #include "debug.h" #include "xmlnode.h" -#include -#include - #define JABBER_IBB_SESSION_DEFAULT_BLOCK_SIZE 4096 static GHashTable *jabber_ibb_sessions = NULL;