libpurple/protocols/jabber/presence.h

changeset 40358
e6fe6fc1f516
parent 39819
3554dac2991b
child 40708
53a26c29d26c
--- a/libpurple/protocols/jabber/presence.h	Fri May 01 03:09:57 2020 -0500
+++ b/libpurple/protocols/jabber/presence.h	Fri May 01 04:42:52 2020 -0500
@@ -39,11 +39,12 @@
 typedef struct _JabberPresenceChatInfo JabberPresenceChatInfo;
 typedef struct _JabberPresence JabberPresence;
 
+#include <purple.h>
+
 #include "buddy.h"
 #include "chat.h"
 #include "jabber.h"
 #include "jutil.h"
-#include "xmlnode.h"
 
 struct _JabberPresenceChatInfo {
 	GSList *codes;

mercurial