libpurple/protocols/jabber/ping.h

changeset 40358
e6fe6fc1f516
parent 39819
3554dac2991b
--- a/libpurple/protocols/jabber/ping.h	Fri May 01 03:09:57 2020 -0500
+++ b/libpurple/protocols/jabber/ping.h	Fri May 01 04:42:52 2020 -0500
@@ -25,9 +25,10 @@
 #ifndef PURPLE_JABBER_PING_H
 #define PURPLE_JABBER_PING_H
 
+#include <purple.h>
+
 #include "jabber.h"
 #include "iq.h"
-#include "xmlnode.h"
 
 void jabber_ping_parse(JabberStream *js, const char *from,
                        JabberIqType, const char *id, PurpleXmlNode *child);

mercurial