aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistFile.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-17 22:00:01 +0200
committerMax Kellermann <max@duempel.org>2013-10-17 22:00:01 +0200
commit354b5a9365638068e746ca8b008171cbfe804c8a (patch)
tree9fdf185b1a0b3aec759dfa8881bd54f47d451d9f /src/PlaylistFile.cxx
parent58502b38d3eaf5649c9e09b6af6ea84d726dccd1 (diff)
downloadmpd-354b5a9365638068e746ca8b008171cbfe804c8a.tar.gz
mpd-354b5a9365638068e746ca8b008171cbfe804c8a.tar.xz
mpd-354b5a9365638068e746ca8b008171cbfe804c8a.zip
fs/Path: move MPD_PATH_MAX to Limits.hxx
Diffstat (limited to '')
-rw-r--r--src/PlaylistFile.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PlaylistFile.cxx b/src/PlaylistFile.cxx
index 16c1bcdec..a82acc1f8 100644
--- a/src/PlaylistFile.cxx
+++ b/src/PlaylistFile.cxx
@@ -31,6 +31,7 @@
#include "ConfigOption.hxx"
#include "ConfigDefaults.hxx"
#include "Idle.hxx"
+#include "fs/Limits.hxx"
#include "fs/Path.hxx"
#include "fs/FileSystem.hxx"
#include "fs/DirectoryReader.hxx"