changeset 25719:dc01f9b0aaa3

Patch from Phil Hannent to fix build on win32, Thanks!
author Marcus Lundblad <ml@update.uu.se>
date Mon, 22 Sep 2008 17:23:59 +0000
parents 4d6d7aeb3150
children 53b073da65ee
files libpurple/protocols/jabber/ibb.c
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 <glib.h>
+#include <string.h>
+
+#include "internal.h"
 #include "ibb.h"
 #include "debug.h"
 #include "xmlnode.h"
 
-#include <glib.h>
-#include <string.h>
-
 #define JABBER_IBB_SESSION_DEFAULT_BLOCK_SIZE 4096
 
 static GHashTable *jabber_ibb_sessions = NULL;