ircd_defs.h declaration in stdinc.h - needed for some reasons.

This commit is contained in:
Valery Yatsko 2008-04-02 03:31:31 +04:00
parent 7118180f5a
commit 06c0995c9b
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include "ratbox_lib.h"
#include "config.h" /* Gotta pull in the autoconf stuff */
#include "ircd_defs.h" /* Needed for some reasons here -- dwr */
/* AIX requires this to be the first thing in the file. */
#ifdef __GNUC__