From f8c76a4351af05e11e3f8f3d3489fedee1667c6b Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Sat, 8 Jul 2017 21:34:28 +1000 Subject: [PATCH] Include ircaux.h in qbx.c This is required for SERVICE_CLIENT and PROTOCOL_UDP. --- dll/qbx/qbx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dll/qbx/qbx.c b/dll/qbx/qbx.c index cd3816b..8e59755 100644 --- a/dll/qbx/qbx.c +++ b/dll/qbx/qbx.c @@ -4,6 +4,7 @@ */ #include "irc.h" +#include "ircaux.h" #include "struct.h" #include "hook.h" #include "module.h"