mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Make sure we have iconv.h before building with it
This commit is contained in:
parent
367a6a3ddf
commit
6dedbc4309
@ -30,7 +30,7 @@
|
||||
#include "SDL_stdinc.h"
|
||||
#include "SDL_endian.h"
|
||||
|
||||
#ifdef HAVE_ICONV
|
||||
#if defined(HAVE_ICONV) && defined(HAVE_ICONV_H)
|
||||
#include <iconv.h>
|
||||
|
||||
/* Depending on which standard the iconv() was implemented with,
|
||||
|
Loading…
Reference in New Issue
Block a user