From 95b3430f5277cf36bc9acc989e301ae302747a98 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 29 Dec 2008 17:28:32 +0100 Subject: removed os_compat.h Only include headers which are really needed. os_compat.h aimed to make MPD easily portable, but was never actually made portable. --- src/path.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/path.h') 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 +#include #if !defined(MPD_PATH_MAX) # if defined(MAXPATHLEN) -- cgit v1.2.3