Add irc_dictionary.h to stdinc. I'm lazy.

This commit is contained in:
William Pitcock 2009-05-30 13:15:58 -05:00
parent c6240d7940
commit 8669b3b99c

View 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__