diff -r d63ceb45d88d -r 3554dac2991b libpurple/protocols/gg/utils.h --- a/libpurple/protocols/gg/utils.h Tue Aug 06 19:57:33 2019 -0400 +++ b/libpurple/protocols/gg/utils.h Tue Sep 10 00:06:36 2019 -0400 @@ -27,8 +27,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef _GGP_UTILS_H -#define _GGP_UTILS_H +#ifndef PURPLE_GG_UTILS_H +#define PURPLE_GG_UTILS_H #include #include @@ -108,4 +108,4 @@ JsonParser * ggp_json_parse(const gchar *data); -#endif /* _GGP_UTILS_H */ +#endif /* PURPLE_GG_UTILS_H */