diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-04-04 16:12:34 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-04-04 16:12:34 +0000 |
commit | 5c1affaf21d2b4aa32d39262d1c5e6e0bc711c64 (patch) | |
tree | a96f05292348e2e29aa7ca2e15da5a477b2bccc3 /src/modules | |
parent | aa36987ef707f79042a21dc793feec5586f01edb (diff) |
Missing helperfuncs and someone took writeopers out of globals.h
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3830 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/m_globalload.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_globalload.cpp b/src/modules/m_globalload.cpp index 18258e3ba..4456a1352 100644 --- a/src/modules/m_globalload.cpp +++ b/src/modules/m_globalload.cpp @@ -28,6 +28,7 @@ using namespace std; #include "channels.h" #include "modules.h" #include "inspircd.h" +#include "helperfuncs.h" extern InspIRCd *ServerInstance; |