Added wchar.h to fix build on some platforms with new wcs* functions
This commit is contained in:
parent
15a681ce02
commit
b426a9b28b
6 changed files with 9 additions and 4 deletions
|
@ -234,7 +234,7 @@ if test x$enable_libc = xyes; then
|
|||
|
||||
dnl Check for C library headers
|
||||
AC_HEADER_STDC
|
||||
AC_CHECK_HEADERS(sys/types.h stdio.h stdlib.h stddef.h stdarg.h malloc.h memory.h string.h strings.h inttypes.h stdint.h ctype.h math.h iconv.h signal.h)
|
||||
AC_CHECK_HEADERS(sys/types.h stdio.h stdlib.h stddef.h stdarg.h malloc.h memory.h string.h strings.h wchar.h inttypes.h stdint.h ctype.h math.h iconv.h signal.h)
|
||||
|
||||
dnl Check for typedefs, structures, etc.
|
||||
AC_TYPE_SIZE_T
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue