diff options
author | Max Kellermann <max@duempel.org> | 2013-10-17 22:00:01 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-17 22:00:01 +0200 |
commit | 354b5a9365638068e746ca8b008171cbfe804c8a (patch) | |
tree | 9fdf185b1a0b3aec759dfa8881bd54f47d451d9f /src/fs/Path.cxx | |
parent | 58502b38d3eaf5649c9e09b6af6ea84d726dccd1 (diff) | |
download | mpd-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/fs/Path.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/Path.cxx b/src/fs/Path.cxx index 688b78515..08e18762a 100644 --- a/src/fs/Path.cxx +++ b/src/fs/Path.cxx @@ -18,7 +18,8 @@ */ #include "config.h" -#include "fs/Path.hxx" +#include "Path.hxx" +#include "Limits.hxx" #include "ConfigGlobal.hxx" #include "system/FatalError.hxx" #include "util/Error.hxx" |