]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_list.cpp
Compressor script that compresses all shared objects and exe with upx, should be...
[user/henk/code/inspircd.git] / src / cmd_list.cpp
index 78e586aabe896ec2c7dedb4b01e9ce6e392ea134..ab073b9e81194c31b40f53febc474e0c218076e3 100644 (file)
@@ -11,6 +11,7 @@
  * ---------------------------------------------------
  */
 
+#include "inspircd.h"
 #include "users.h"
 #include "inspircd.h"
 #include "commands/cmd_list.h"
@@ -18,7 +19,7 @@
 
 /** Handle /LIST
  */
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_list(Instance);
 }