]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_away.cpp
Reorder inspircd.h header to top
[user/henk/code/inspircd.git] / src / cmd_away.cpp
index 7a780c5a5867c940aed9553c93e23f5950ae60d3..10f96c80b179bf5176093ef1947d04f0f75ce519 100644 (file)
  * ---------------------------------------------------
  */
 
+#include "inspircd.h"
 #include "configreader.h"
 #include "users.h"
 #include "modules.h"
 #include "commands/cmd_away.h"
 
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_away(Instance);
 }