# HG changeset patch
# User Marcus Lundblad <ml@update.uu.se>
# Date 1220891798 0
# Node ID 0952f73a452c5bd779d4d4a0f47d386f8120adfc
# Parent  7b11072ba907d75b052320c35a7951fb9de880be
Patch from Phil Hannent fixing build on Windows

diff -r 7b11072ba907 -r 0952f73a452c libpurple/protocols/jabber/data.c
--- a/libpurple/protocols/jabber/data.c	Sat Sep 06 23:11:44 2008 +0000
+++ b/libpurple/protocols/jabber/data.c	Mon Sep 08 16:36:38 2008 +0000
@@ -18,6 +18,7 @@
 #include <glib.h>
 #include <string.h>
 
+#include "internal.h"
 #include "data.h"
 #include "debug.h"
 #include "xmlnode.h"