mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
don't include iconv.h when building without iconv
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user