]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_pass.cpp
Use it here, too
[user/henk/code/inspircd.git] / src / cmd_pass.cpp
index 05f9114e092993b8f2bc0f0161e0343d7ee8dda2..9b57c375df6ab0512306918064b8ff77b2761f48 100644 (file)
  * ---------------------------------------------------
  */
 
-#include "users.h"
+#include "inspircd.h"
 #include "commands/cmd_pass.h"
 
-
-
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_pass(Instance);
 }