]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Add irc_dictionary.h to stdinc. I'm lazy.
authorWilliam Pitcock <redacted>
Sat, 30 May 2009 18:15:58 +0000 (13:15 -0500)
committerWilliam Pitcock <redacted>
Sat, 30 May 2009 18:15:58 +0000 (13:15 -0500)
include/stdinc.h

index 8efe33be708c4ab8eba8d173f1da26763716afcb..30331e9e904c66bd1c253712d95695e125fe4ae8 100644 (file)
@@ -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__