aboutsummaryrefslogtreecommitdiff
path: root/src/PlaylistCommands.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-09-28 00:40:00 +0200
committerMax Kellermann <max@duempel.org>2012-09-28 00:40:00 +0200
commitd0c3fa015039e005af658619fd7b4289c9abcd6f (patch)
tree2391eabdabd522fdd32cc75518821ced1b59983b /src/PlaylistCommands.cxx
parent609f6ce66de4d100388531db5a420f155b7bf64d (diff)
main: use C++ compiler
Diffstat (limited to 'src/PlaylistCommands.cxx')
-rw-r--r--src/PlaylistCommands.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistCommands.cxx b/src/PlaylistCommands.cxx
index f6f43f65..2b5f0b2c 100644
--- a/src/PlaylistCommands.cxx
+++ b/src/PlaylistCommands.cxx
@@ -23,7 +23,7 @@
#include "CommandError.hxx"
#include "PlaylistPrint.hxx"
#include "PlaylistSave.hxx"
-#include "PlaylistFile.h"
+#include "PlaylistFile.hxx"
extern "C" {
#include "protocol/argparser.h"