From 64b8eb7e7114aa1e0c93139b14be03b848d52d5a Mon Sep 17 00:00:00 2001 From: Ron Pedde Date: Wed, 5 Sep 2007 03:28:56 +0000 Subject: [PATCH] don't include iconv.h when building without iconv --- src/util.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util.c b/src/util.c index a66a09e2..f6dee222 100644 --- a/src/util.c +++ b/src/util.c @@ -19,7 +19,9 @@ #include #include +#ifdef HAVE_ICONV # include +#endif #include "daapd.h" #include "err.h"