Added wchar.h to fix build on some platforms with new wcs* functions

This commit is contained in:
Sam Lantinga 2017-08-13 22:26:44 -07:00
parent 15a681ce02
commit b426a9b28b
6 changed files with 9 additions and 4 deletions

View file

@ -62,6 +62,9 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_WCHAR_H
# include <wchar.h>
#endif
#if defined(HAVE_INTTYPES_H)
# include <inttypes.h>
#elif defined(HAVE_STDINT_H)