From 6e6a6326363d4d3818abf59f2e50244a90e707fd 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 2f8311d94..8efe33be7 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__