summaryrefslogtreecommitdiff
path: root/include/commands.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-12-24 01:23:22 -0500
committerAdam <Adam@anope.org>2010-12-24 01:23:22 -0500
commit35e328bcb60a431d9e8ee86c40df571d3653c451 (patch)
treecf075013366372b1462a254f0923f66bc30dbbca /include/commands.h
parentbefb4b364418a6e29d5ecb6bcefba565ab324978 (diff)
Fixed Windows build
Diffstat (limited to 'include/commands.h')
-rw-r--r--include/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands.h b/include/commands.h
index 6c7ef7494..f05b1a5db 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -44,7 +44,7 @@ enum CommandFlag
};
/* The source for a command */
-struct CommandSource
+struct CoreExport CommandSource
{
/* User executing the command */
User *u;