--- a/libpurple/protocols/jabber/google/google_presence.h Fri May 01 03:09:57 2020 -0500 +++ b/libpurple/protocols/jabber/google/google_presence.h Fri May 01 04:42:52 2020 -0500 @@ -21,9 +21,10 @@ #ifndef PURPLE_JABBER_GOOGLE_PRESENCE_H_ #define PURPLE_JABBER_GOOGLE_PRESENCE_H_ +#include <purple.h> + #include "jabber.h" #include "buddy.h" -#include "status.h" void jabber_google_presence_incoming(JabberStream *js, const char *who, JabberBuddyResource *jbr); char *jabber_google_presence_outgoing(PurpleStatus *tune);