diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/modules.cpp | 1 | ||||
-rw-r--r-- | src/users.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/modules.cpp b/src/modules.cpp index a5404038b..83c0abd21 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -49,6 +49,7 @@ using namespace std; #include "socketengine.h" #include "typedefs.h" #include "modules.h" +#include "command_parse.h" extern SocketEngine* SE; extern ServerConfig *Config; diff --git a/src/users.cpp b/src/users.cpp index 0552ca882..2ad0fd307 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -51,6 +51,7 @@ extern serverstats* stats; extern ServerConfig *Config; extern user_hash clientlist; extern whowas_hash whowas; +extern Module* IOHookModule; std::vector<userrec*> local_users; std::vector<userrec*> all_opers; |