don't include iconv.h when building without iconv

This commit is contained in:
Ron Pedde 2007-09-05 03:28:56 +00:00
parent 9d9533a07a
commit 64b8eb7e71

View File

@ -19,7 +19,9 @@
#include <string.h> #include <string.h>
#include <sys/types.h> #include <sys/types.h>
#ifdef HAVE_ICONV
# include <iconv.h> # include <iconv.h>
#endif
#include "daapd.h" #include "daapd.h"
#include "err.h" #include "err.h"