Portability: wchar_t is defined in stdlib.h on some systems.

This commit is contained in:
Tim Kientzle 2008-06-15 05:11:08 +00:00
parent f9fe0a0abb
commit 8dd058b03d

View File

@ -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