diff options
Diffstat (limited to 'src/PlayerCommands.cxx')
-rw-r--r-- | src/PlayerCommands.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/PlayerCommands.cxx b/src/PlayerCommands.cxx index 55bd83a13..25b82f37d 100644 --- a/src/PlayerCommands.cxx +++ b/src/PlayerCommands.cxx @@ -28,11 +28,13 @@ #include "protocol/ArgParser.hxx" extern "C" { -#include "player_control.h" +#include "audio_format.h" #include "volume.h" #include "replay_gain_config.h" } +#include "PlayerControl.hxx" + #include <errno.h> #define COMMAND_STATUS_STATE "state" |