X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_topic.cpp;h=06036fe010cf0d298356f90c7d8809e65007555e;hb=46ff0bed0047c4cd05828c5f46dce63176e5084b;hp=dfd03a65183884f9db9a9a1ba8e846053a5cf7a2;hpb=b111eec597349ad2dc7d4b54945097df813535b4;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_topic.cpp b/src/cmd_topic.cpp index dfd03a651..06036fe01 100644 --- a/src/cmd_topic.cpp +++ b/src/cmd_topic.cpp @@ -15,10 +15,10 @@ #include "users.h" #include "modules.h" #include "commands/cmd_topic.h" +#include "inspircd.h" - -extern "C" command_t* init_command(InspIRCd* Instance) +extern "C" DllExport command_t* init_command(InspIRCd* Instance) { return new cmd_topic(Instance); }