From a62c60d5dcf43a1cb10818060acb3df4d13bc36e Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 30 May 2009 13:15:58 -0500 Subject: [PATCH] Add irc_dictionary.h to stdinc. I'm lazy. --- include/stdinc.h | 1 + 1 file changed, 1 insertion(+) 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__