]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_rules.cpp
Fix small typo found by danieldg
[user/henk/code/inspircd.git] / src / cmd_rules.cpp
index 60a5bf0a8c67f35f46eee6655fc889b1548a5914..95b744412e15cc2fa22ea28e4bb56eb9764e3529 100644 (file)
  * ---------------------------------------------------
  */
 
+#include "inspircd.h"
 #include "users.h"
 #include "commands/cmd_rules.h"
 
-
-
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_rules(Instance);
 }