diff options
author | Adam <Adam@anope.org> | 2010-12-24 01:23:22 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-12-24 01:23:22 -0500 |
commit | 35e328bcb60a431d9e8ee86c40df571d3653c451 (patch) | |
tree | cf075013366372b1462a254f0923f66bc30dbbca /include/commands.h | |
parent | befb4b364418a6e29d5ecb6bcefba565ab324978 (diff) |
Fixed Windows build
Diffstat (limited to 'include/commands.h')
-rw-r--r-- | include/commands.h | 2 |
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; |