aboutsummaryrefslogtreecommitdiffstats
path: root/src/path.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/path.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/path.h b/src/path.h
index fef935400..560cf6073 100644
--- a/src/path.h
+++ b/src/path.h
@@ -20,9 +20,7 @@
#define PATH_H
#include "../config.h"
-
-#include <sys/param.h>
-#include <limits.h>
+#include "os_compat.h"
#if !defined(MPD_PATH_MAX)
# if defined(MAXPATHLEN)