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/dirvec.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/dirvec.c') diff --git a/src/dirvec.c b/src/dirvec.c index cf65fe659..6e921a75b 100644 --- a/src/dirvec.c +++ b/src/dirvec.c @@ -3,9 +3,11 @@ #include "utils.h" #include "path.h" -#include #include +#include +#include + static GMutex *nr_lock = NULL; static size_t dv_size(const struct dirvec *dv) -- cgit v1.2.3