summaryrefslogtreecommitdiff
path: root/src/cmd_rules.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_rules.cpp')
-rw-r--r--src/cmd_rules.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cmd_rules.cpp b/src/cmd_rules.cpp
index 2a45a728b..95b744412 100644
--- a/src/cmd_rules.cpp
+++ b/src/cmd_rules.cpp
@@ -11,11 +11,10 @@
* ---------------------------------------------------
*/
+#include "inspircd.h"
#include "users.h"
#include "commands/cmd_rules.h"
-
-
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
{
return new cmd_rules(Instance);