--- a/libpurple/protocols/oscar/snactypes.h Tue Aug 06 19:57:33 2019 -0400 +++ b/libpurple/protocols/oscar/snactypes.h Tue Sep 10 00:06:36 2019 -0400 @@ -22,8 +22,9 @@ * AIM Callback Types * */ -#ifndef _SNACTYPES_H_ -#define _SNACTYPES_H_ + +#ifndef PURPLE_OSCAR_SNACTYPES_H +#define PURPLE_OSCAR_SNACTYPES_H /* * SNAC Families. @@ -284,4 +285,4 @@ /* SNAC flags */ #define AIM_SNACFLAGS_DESTRUCTOR 0x0001 -#endif /* _SNACTYPES_H_ */ +#endif /* PURPLE_OSCAR_SNACTYPES_H */