]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_wallops.cpp
Pick up a few error conditions we didnt before in the config reader, and also increme...
[user/henk/code/inspircd.git] / src / cmd_wallops.cpp
index 909dfb2ba324407959227a3fff3ef3934f912a18..d32b19ebd4294ee50daf1e437d837fa84cbf1478 100644 (file)
  * ---------------------------------------------------
  */
 
+#include "inspircd.h"
 #include "configreader.h"
 #include "modules.h"
 #include "commands/cmd_wallops.h"
 
 
 
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_wallops(Instance);
 }