mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-30 22:30:51 -08:00
Include header for declaration of towupper (Ralph Campbell)
This commit is contained in:
parent
546192b567
commit
6e48d40f11
1 changed files with 3 additions and 0 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue