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 fde16193c4
commit a62c60d5dc
1 changed files with 1 additions and 0 deletions

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__