]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_lusers.cpp
and a little tweak to remote MOTD too.
[user/henk/code/inspircd.git] / src / cmd_lusers.cpp
index 8a1d64c0fe93c8f55cdf3c277ed3542cf6176b41..fa58ca076619251285d9a4dc2a7fbc19eef25750 100644 (file)
  * ---------------------------------------------------
  */
 
+#include "inspircd.h"
 #include "users.h"
 #include "inspircd.h"
 #include "commands/cmd_lusers.h"
 
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_lusers(Instance);
 }