aboutsummaryrefslogtreecommitdiffstats
path: root/src/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/path.h')
-rw-r--r--src/path.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/path.h b/src/path.h
index 16ddb9ed4..e99c02f05 100644
--- a/src/path.h
+++ b/src/path.h
@@ -19,7 +19,8 @@
#ifndef MPD_PATH_H
#define MPD_PATH_H
-#include "os_compat.h"
+#include <limits.h>
+#include <stddef.h>
#if !defined(MPD_PATH_MAX)
# if defined(MAXPATHLEN)