diff options
author | Max Kellermann <max@duempel.org> | 2012-09-27 22:55:57 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-09-28 00:08:15 +0200 |
commit | 7298b6c84652a98140805f3d4c85c3d5263c407a (patch) | |
tree | 0f4ef9e5a62c30ec3326579acd9bcb773f6d5911 /src/playlist_any.c | |
parent | acec9c4fd7f2e291bea09ffff47d55adba2f838f (diff) | |
download | mpd-7298b6c84652a98140805f3d4c85c3d5263c407a.tar.gz mpd-7298b6c84652a98140805f3d4c85c3d5263c407a.tar.xz mpd-7298b6c84652a98140805f3d4c85c3d5263c407a.zip |
stored_playlist, playlist_save: use C++ compiler
Diffstat (limited to '')
-rw-r--r-- | src/playlist_any.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist_any.c b/src/playlist_any.c index 450ca5932..e4017ac0d 100644 --- a/src/playlist_any.c +++ b/src/playlist_any.c @@ -20,7 +20,7 @@ #include "config.h" #include "playlist_any.h" #include "playlist_list.h" -#include "playlist_mapper.h" +#include "PlaylistMapper.h" #include "uri.h" #include "input_stream.h" |