--- a/libpurple/protocols/oscar/oscarcommon.h Tue Aug 06 19:57:33 2019 -0400 +++ b/libpurple/protocols/oscar/oscarcommon.h Tue Sep 10 00:06:36 2019 -0400 @@ -24,6 +24,9 @@ * and libicq.c */ +#ifndef PURPLE_OSCAR_OSCARCOMMON_H +#define PURPLE_OSCAR_OSCARCOMMON_H + #include "internal.h" #include "accountopt.h" @@ -124,3 +127,5 @@ GList *oscar_get_actions(PurpleConnection *gc); const gchar *oscar_get_login_server(gboolean is_icq, gboolean use_ssl); gboolean oscar_uri_handler(const char *proto, const char *cmd, GHashTable *params); + +#endif /* PURPLE_OSCAR_OSCARCOMMON_H */