Include ircaux.h in qbx.c

This is required for SERVICE_CLIENT and PROTOCOL_UDP.
This commit is contained in:
Kevin Easton
2017-07-08 21:34:28 +10:00
parent a8e33b5efd
commit f8c76a4351

View File

@@ -4,6 +4,7 @@
*/ */
#include "irc.h" #include "irc.h"
#include "ircaux.h"
#include "struct.h" #include "struct.h"
#include "hook.h" #include "hook.h"
#include "module.h" #include "module.h"