aboutsummaryrefslogtreecommitdiff
path: root/src/OtherCommands.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-09-27 22:55:57 +0200
committerMax Kellermann <max@duempel.org>2012-09-28 00:08:15 +0200
commit7298b6c84652a98140805f3d4c85c3d5263c407a (patch)
tree0f4ef9e5a62c30ec3326579acd9bcb773f6d5911 /src/OtherCommands.cxx
parentacec9c4fd7f2e291bea09ffff47d55adba2f838f (diff)
stored_playlist, playlist_save: use C++ compiler
Diffstat (limited to 'src/OtherCommands.cxx')
-rw-r--r--src/OtherCommands.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/OtherCommands.cxx b/src/OtherCommands.cxx
index 1442ef05..ab732195 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"