diff --git a/include/stdinc.h b/include/stdinc.h index 8efe33b..30331e9 100644 --- a/include/stdinc.h +++ b/include/stdinc.h @@ -26,6 +26,7 @@ #include "ratbox_lib.h" #include "config.h" /* Gotta pull in the autoconf stuff */ #include "ircd_defs.h" /* Needed for some reasons here -- dwr */ +#include "irc_dictionary.h" /* AIX requires this to be the first thing in the file. */ #ifdef __GNUC__