X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_rules.cpp;h=95b744412e15cc2fa22ea28e4bb56eb9764e3529;hb=107595610061e05871094ef6161a287c1dd53737;hp=2a45a728b9a7cf5265c4cb0a2ee4dccbd834d316;hpb=9cf56d917d92959701694477f7944d45ad2c38ed;p=user%2Fhenk%2Fcode%2Finspircd.git 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);