diff options
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c index 44f082acd..291ae30d2 100644 --- a/src/conf.c +++ b/src/conf.c @@ -32,8 +32,9 @@ #include <sys/types.h> #include <pwd.h> #include <errno.h> +#include "path.h" -#define MAX_STRING_SIZE MAXPATHLEN+80 +#define MAX_STRING_SIZE MPD_PATH_MAX+80 #define CONF_COMMENT '#' #define CONF_BLOCK_BEGIN "{" |