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
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue