Added missing wctype.h include

This commit is contained in:
William Kendrick 2004-09-14 07:57:01 +00:00
parent 197b401549
commit 0910a33c73

View file

@ -26,7 +26,7 @@
#define VER_VERSION "0.9.14"
#define VER_DATE "2004-09-13"
#define VER_DATE "2004-09-14"
/* #define DEBUG */
@ -73,6 +73,10 @@
#include <locale.h>
#include <iconv.h>
#ifndef OLD_UPPERCASE_CODE
#include <wctype.h>
#endif
#ifdef WIN32_OLD
/* The following are required by libintl.h, so must be defined first: */
#define LC_MESSAGES 1729