about summary refs log tree commit diff
path: root/Src/system.h
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-02-22 13:12:35 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-02-22 13:12:35 +0000
commitb83f0e229097626fa8e667486c48d7a3139d2e4a (patch)
treedd125c9521986e7a40e4d13a67db90757aee9ad5 /Src/system.h
parentc8883a5a08e6a9c0fbb088acab11c1ef8788b3d8 (diff)
downloadzsh-b83f0e229097626fa8e667486c48d7a3139d2e4a.tar.gz
zsh-b83f0e229097626fa8e667486c48d7a3139d2e4a.tar.xz
zsh-b83f0e229097626fa8e667486c48d7a3139d2e4a.zip
Andrej: 20838: get ZLE_UNICODE_SUPPORT basically working
Diffstat (limited to 'Src/system.h')
-rw-r--r--Src/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/system.h b/Src/system.h
index b1c7481b7..f434b586e 100644
--- a/Src/system.h
+++ b/Src/system.h
@@ -689,6 +689,7 @@ extern short ospeed;
  */
 #if defined(HAVE_WCHAR_H) && defined(HAVE_WCTOMB) && defined (__STDC_ISO_10646__)
 # include <wchar.h>
+# include <wctype.h>
 
 /*
  * More stringent requirements to enable complete Unicode conversion