X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_pong.cpp;h=c89542240f15ca9905ecd1db4c55a96a6189e130;hb=0306a4231e85baeb5029ef2b9b36d0b5d241d147;hp=fee5f1d48fb1a96961a7c617ac4dd9ff3f786ae7;hpb=9cf56d917d92959701694477f7944d45ad2c38ed;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_pong.cpp b/src/cmd_pong.cpp index fee5f1d48..c89542240 100644 --- a/src/cmd_pong.cpp +++ b/src/cmd_pong.cpp @@ -11,11 +11,10 @@ * --------------------------------------------------- */ +#include "inspircd.h" #include "users.h" #include "commands/cmd_pong.h" - - extern "C" DllExport command_t* init_command(InspIRCd* Instance) { return new cmd_pong(Instance);