diff -r 93ce4ded9831 -r 605f8cba9704 libpurple/protocols/ircv3/purpleircv3parser.h
--- a/libpurple/protocols/ircv3/purpleircv3parser.h Sat Jul 01 01:52:29 2023 -0500
+++ b/libpurple/protocols/ircv3/purpleircv3parser.h Sat Jul 01 02:01:14 2023 -0500
@@ -15,6 +15,10 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, see .
*/
+#if !defined(PURPLE_IRCV3_GLOBAL_HEADER_INSIDE) && \
+ !defined(PURPLE_IRCV3_COMPILATION)
+# error "only may be included directly"
+#endif
#ifndef PURPLE_IRCV3_PARSER_H
#define PURPLE_IRCV3_PARSER_H