diff options
| author | 2006-06-29 15:01:28 +0000 | |
|---|---|---|
| committer | 2006-06-29 15:01:28 +0000 | |
| commit | 63a3d49a01ac04a6b0382440a479cb1a746222d9 (patch) | |
| tree | 2d1fbe829237f138a00285b74c238dff651c0de4 /include | |
| parent | This already adds the file and line number itself, call do_log() rather than ... (diff) | |
And add the include to make all the modules compile...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4085 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -rw-r--r-- | include/inspircd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 8be2874dc..962dd1c86 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -25,6 +25,7 @@ #include "channels.h" #include "socket.h" #include "mode.h" +#include "helperfuncs.h" #include "socketengine.h" #include "command_parse.h" |
