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