diff options
Diffstat (limited to '')
-rw-r--r-- | src/PlayerControl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlayerControl.cxx b/src/PlayerControl.cxx index 07749b7f0..7d729bfdc 100644 --- a/src/PlayerControl.cxx +++ b/src/PlayerControl.cxx @@ -18,9 +18,9 @@ */ #include "config.h" +#include "PlayerControl.hxx" extern "C" { -#include "player_control.h" #include "idle.h" } |