From 354b5a9365638068e746ca8b008171cbfe804c8a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 17 Oct 2013 22:00:01 +0200 Subject: fs/Path: move MPD_PATH_MAX to Limits.hxx --- src/fs/Path.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/fs/Path.cxx') 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" -- cgit v1.2.3