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