0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-02 13:48:53 +02:00

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 a1f535de14
commit 6e6a632636

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__