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

@ -73,6 +73,7 @@
#cmakedefine HAVE_MEMORY_H 1
#cmakedefine HAVE_STRING_H 1
#cmakedefine HAVE_STRINGS_H 1
#cmakedefine HAVE_WCHAR_H 1
#cmakedefine HAVE_INTTYPES_H 1
#cmakedefine HAVE_STDINT_H 1
#cmakedefine HAVE_CTYPE_H 1