diff -r d63ceb45d88d -r 3554dac2991b libpurple/protocols/zephyr/com_err.h --- a/libpurple/protocols/zephyr/com_err.h Tue Aug 06 19:57:33 2019 -0400 +++ b/libpurple/protocols/zephyr/com_err.h Tue Sep 10 00:06:36 2019 -0400 @@ -8,8 +8,8 @@ * with this package. */ -#ifndef __COM_ERR_H -#define __COM_ERR_H +#ifndef PURPLE_ZEPHYR_COM_ERR_H +#define PURPLE_ZEPHYR_COM_ERR_H #define COM_ERR_BUF_LEN 25 @@ -35,4 +35,4 @@ #undef ETP -#endif /* ! defined(__COM_ERR_H) */ +#endif /* PURPLE_ZEPHYR_COM_ERR_H */