Portability: wchar_t is defined in stdlib.h on some systems.
This commit is contained in:
parent
f9fe0a0abb
commit
8dd058b03d
@ -30,6 +30,9 @@
|
||||
#define ARCHIVE_STRING_H_INCLUDED
|
||||
|
||||
#include <stdarg.h>
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h> /* required for wchar_t on some systems */
|
||||
#endif
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user