diff libpurple/protocols/jabber/jutil.h @ 27329:b0f0579f5f22

I had to make these changes to get "make check" to run
author Mark Doliner <mark@kingant.net>
date Thu, 02 Jul 2009 08:15:49 +0000
parents e8795ced8c9b
children da3d0159333d
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jutil.h	Thu Jul 02 07:33:17 2009 +0000
+++ b/libpurple/protocols/jabber/jutil.h	Thu Jul 02 08:15:49 2009 +0000
@@ -28,6 +28,8 @@
 	char *resource;
 } JabberID;
 
+#include "jabber.h"
+
 JabberID* jabber_id_new(const char *str);
 void jabber_id_free(JabberID *jid);