]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_rules.cpp
Whoops, forgot some stuff for when GECOS was moved to position 10 in the UID command...
[user/henk/code/inspircd.git] / src / cmd_rules.cpp
index 60a5bf0a8c67f35f46eee6655fc889b1548a5914..ef63d58fda6f4005abaec697efea3484fa801772 100644 (file)
  * ---------------------------------------------------
  */
 
-#include "users.h"
+#include "inspircd.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);
 }