summaryrefslogtreecommitdiff
path: root/src/cmd_join.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_join.cpp')
-rw-r--r--src/cmd_join.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_join.cpp b/src/cmd_join.cpp
index 8c24c7bcb..218e0f7b8 100644
--- a/src/cmd_join.cpp
+++ b/src/cmd_join.cpp
@@ -15,7 +15,7 @@
#include "users.h"
#include "commands/cmd_join.h"
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
{
return new cmd_join(Instance);
}