diff options
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 1d98ad610..9ed1b0468 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -43,6 +43,7 @@ #include "channels.h" #include "socket.h" #include "mode.h" +#include "socketengine.h" #include "command_parse.h" // some misc defines @@ -107,6 +108,7 @@ class InspIRCd time_t startup_time; ModeParser* ModeGrok; CommandParser* Parser; + SocketEngine* SE; std::string GetRevision(); std::string GetVersionString(); |