diff options
Diffstat (limited to 'src/cmd_pong.cpp')
-rw-r--r-- | src/cmd_pong.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cmd_pong.cpp b/src/cmd_pong.cpp index fee5f1d48..c89542240 100644 --- a/src/cmd_pong.cpp +++ b/src/cmd_pong.cpp @@ -11,11 +11,10 @@ * --------------------------------------------------- */ +#include "inspircd.h" #include "users.h" #include "commands/cmd_pong.h" - - extern "C" DllExport command_t* init_command(InspIRCd* Instance) { return new cmd_pong(Instance); |