From 06c0995c9b703af2b34dcc97306081d966fe1654 Mon Sep 17 00:00:00 2001 From: Valery Yatsko Date: Wed, 2 Apr 2008 03:31:31 +0400 Subject: [PATCH] ircd_defs.h declaration in stdinc.h - needed for some reasons. --- include/stdinc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/stdinc.h b/include/stdinc.h index 2f8311d..8efe33b 100644 --- a/include/stdinc.h +++ b/include/stdinc.h @@ -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__