--- 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);