aboutsummaryrefslogtreecommitdiff
path: root/src/PlayerCommands.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-04 22:31:53 +0100
committerMax Kellermann <max@duempel.org>2013-01-04 22:31:53 +0100
commit81f3d893d9e41120d76a3e710db77ccd829cbf42 (patch)
treee5d58dcd2d8541d76ce3f966521acae94aa0b6df /src/PlayerCommands.cxx
parent05c91082e3de0b0078c26ddb9da68fd00da8c90e (diff)
player_control.h: convert header to C++
Diffstat (limited to 'src/PlayerCommands.cxx')
-rw-r--r--src/PlayerCommands.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/PlayerCommands.cxx b/src/PlayerCommands.cxx
index 55bd83a1..25b82f37 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"