diff options
| author | 2013-05-24 19:34:25 +0200 | |
|---|---|---|
| committer | 2013-06-07 01:00:10 +0200 | |
| commit | 79db1cf848c64ba50bebadef4c683ae4237080b7 (patch) | |
| tree | fcaed0d8034d5e750de24cb1cd9ee87570816d66 /src/modules/m_httpd.cpp | |
| parent | Move code between usermanager.(cpp|h), clarify comments (diff) | |
Create IOHook interface (extracted from Module)
Diffstat (limited to 'src/modules/m_httpd.cpp')
| -rw-r--r-- | src/modules/m_httpd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_httpd.cpp b/src/modules/m_httpd.cpp index cbee27958..9d437bd1c 100644 --- a/src/modules/m_httpd.cpp +++ b/src/modules/m_httpd.cpp @@ -23,6 +23,7 @@ #include "inspircd.h" +#include "iohook.h" #include "modules/httpd.h" /* $ModDesc: Provides HTTP serving facilities to modules */ |
