diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-14 13:15:21 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-14 13:15:21 +0000 |
commit | cf42cf75d175807a724a267253d53f02d415d1db (patch) | |
tree | 21a9cac5283d721a1409f95b6e282040c7d7d219 /include | |
parent | 0f979321b66dd31def3ee900a4b135222ac7f2ba (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')
-rw-r--r-- | include/inspircd_io.h | 1 | ||||
-rw-r--r-- | include/typedefs.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/inspircd_io.h b/include/inspircd_io.h index d00009da5..e5447ecb3 100644 --- a/include/inspircd_io.h +++ b/include/inspircd_io.h @@ -20,6 +20,7 @@ #include <sstream> #include <string> #include "inspircd.h" +#include "globals.h" // flags for use with log() 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 |