]> 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 2a45a728b9a7cf5265c4cb0a2ee4dccbd834d316..95b744412e15cc2fa22ea28e4bb56eb9764e3529 100644 (file)
  * ---------------------------------------------------
  */
 
+#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);