Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Make sure we have iconv.h before building with it
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/stdlib/SDL_iconv.c
|
@@ -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, |
|
|