summaryrefslogtreecommitdiff
path: root/include/typedefs.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-14 13:15:21 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-14 13:15:21 +0000
commitcf42cf75d175807a724a267253d53f02d415d1db (patch)
tree21a9cac5283d721a1409f95b6e282040c7d7d219 /include/typedefs.h
parent0f979321b66dd31def3ee900a4b135222ac7f2ba (diff)
Config fixes for moving MOTD and RULES vectors into the ServerConfig class
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2403 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/typedefs.h')
-rw-r--r--include/typedefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/typedefs.h b/include/typedefs.h
index 1cd48a24a..05cf9e8db 100644
--- a/include/typedefs.h
+++ b/include/typedefs.h
@@ -8,6 +8,7 @@
#include "ctables.h"
#include "inspircd.h"
#include "modules.h"
+#include "globals.h"
#include "inspircd_config.h"
#include <string>
#ifdef GCC3