diff options
Diffstat (limited to 'src/AllCommands.cxx')
-rw-r--r-- | src/AllCommands.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/AllCommands.cxx b/src/AllCommands.cxx index 003fcbe3b..28e3d3ebd 100644 --- a/src/AllCommands.cxx +++ b/src/AllCommands.cxx @@ -18,6 +18,11 @@ */ #include "config.h" + +extern "C" { +#include "AllCommands.h" +} + #include "command.h" #include "QueueCommands.hxx" #include "PlayerCommands.hxx" |