X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_rules.cpp;h=95b744412e15cc2fa22ea28e4bb56eb9764e3529;hb=107595610061e05871094ef6161a287c1dd53737;hp=60a5bf0a8c67f35f46eee6655fc889b1548a5914;hpb=1552f3918ac0dad7fef9b86b70c0f4a63d4e37a7;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_rules.cpp b/src/cmd_rules.cpp index 60a5bf0a8..95b744412 100644 --- a/src/cmd_rules.cpp +++ b/src/cmd_rules.cpp @@ -11,12 +11,11 @@ * --------------------------------------------------- */ +#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); }