diff options
Diffstat (limited to 'src/OtherCommands.cxx')
-rw-r--r-- | src/OtherCommands.cxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/OtherCommands.cxx b/src/OtherCommands.cxx index 1442ef05a..ab7321953 100644 --- a/src/OtherCommands.cxx +++ b/src/OtherCommands.cxx @@ -35,7 +35,11 @@ extern "C" { #include "volume.h" #include "stats.h" #include "permission.h" -#include "stored_playlist.h" +} + +#include "PlaylistFile.h" + +extern "C" { #include "client.h" #include "client_idle.h" #include "client_file.h" |