mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-03 01:46:02 -05:00
don't include iconv.h when building without iconv
This commit is contained in:
parent
9d9533a07a
commit
64b8eb7e71
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user