diff options
Diffstat (limited to 'src/modules.cpp')
-rw-r--r-- | src/modules.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules.cpp b/src/modules.cpp index 35372a71e..a77d94d7c 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -59,6 +59,7 @@ using namespace std; #include "inspstring.h" #include "helperfuncs.h" #include "hashcomp.h" +#include "socket.h" #ifdef USE_KQUEUE extern int kq; @@ -74,6 +75,8 @@ extern std::vector<ircd_module*> factory; extern std::vector<std::string> include_stack; +extern std::vector<InspSocket*> module_sockets; + extern time_t TIME; extern int LogLevel; |