diff -r d63ceb45d88d -r 3554dac2991b libpurple/protocols/gg/edisc.h --- a/libpurple/protocols/gg/edisc.h Tue Aug 06 19:57:33 2019 -0400 +++ b/libpurple/protocols/gg/edisc.h Tue Sep 10 00:06:36 2019 -0400 @@ -25,8 +25,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef _GGP_EDISC_H -#define _GGP_EDISC_H + +#ifndef PURPLE_GG_EDISC_H +#define PURPLE_GG_EDISC_H #include @@ -55,4 +56,4 @@ G_END_DECLS -#endif /* _GGP_EDISC_H */ +#endif /* PURPLE_GG_EDISC_H */