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