Include header for declaration of towupper (Ralph Campbell)

This commit is contained in:
jgarcia 2007-12-30 19:09:35 +00:00
parent 546192b567
commit 6e48d40f11

View file

@ -17,6 +17,9 @@
#include <ecl/ecl.h>
#include <ctype.h>
#ifdef ECL_UNICODE
#include <wctype.h>
#endif
#include <string.h>
#include <ecl/ecl-inl.h>