X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_time.cpp;h=cd0f0e1c7bf4706a40a0031a68a7cf2905779b50;hb=bfdf503e5204ba17479084e688a3605dbc9007a2;hp=535bf48a5b434700ed278b17899c9c29ad1e0003;hpb=1552f3918ac0dad7fef9b86b70c0f4a63d4e37a7;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_time.cpp b/src/cmd_time.cpp index 535bf48a5..cd0f0e1c7 100644 --- a/src/cmd_time.cpp +++ b/src/cmd_time.cpp @@ -11,13 +11,14 @@ * --------------------------------------------------- */ +#include "inspircd.h" #include "configreader.h" #include "users.h" #include "commands/cmd_time.h" -extern "C" command_t* init_command(InspIRCd* Instance) +extern "C" DllExport command_t* init_command(InspIRCd* Instance) { return new cmd_time(Instance); }