diff options
Diffstat (limited to 'src/PlayerThread.cxx')
-rw-r--r-- | src/PlayerThread.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlayerThread.cxx b/src/PlayerThread.cxx index 624698f5c..0343b9fcd 100644 --- a/src/PlayerThread.cxx +++ b/src/PlayerThread.cxx @@ -28,9 +28,9 @@ #include "Main.hxx" #include "mpd_error.h" #include "CrossFade.hxx" +#include "PlayerControl.hxx" extern "C" { -#include "player_control.h" #include "output_all.h" #include "event_pipe.h" #include "tag.h" |