summaryrefslogtreecommitdiff
path: root/include/commands.h
diff options
context:
space:
mode:
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;