X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_eline.cpp;h=c021f66ba82147d9ee3c1a00429cdeea0e476492;hb=72948525ec3ef03fe46553349c1892cafa5ac18c;hp=ed7525e05a5c3419d9bfc548a0970cb030a3b6d9;hpb=f9110f02e7483530d46eb892999d09edb131ec7f;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_eline.cpp b/src/cmd_eline.cpp index ed7525e05..c021f66ba 100644 --- a/src/cmd_eline.cpp +++ b/src/cmd_eline.cpp @@ -11,13 +11,14 @@ * --------------------------------------------------- */ +#include "inspircd.h" #include "configreader.h" #include "users.h" #include "modules.h" #include "xline.h" #include "commands/cmd_eline.h" -extern "C" command_t* init_command(InspIRCd* Instance) +extern "C" DllExport command_t* init_command(InspIRCd* Instance) { return new cmd_eline(Instance); }