summaryrefslogtreecommitdiff
path: root/src/gant
diff options
context:
space:
mode:
Diffstat (limited to 'src/gant')
-rw-r--r--src/gant/antlib.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gant/antlib.c b/src/gant/antlib.c
index 8b3c58d..e879b8d 100644
--- a/src/gant/antlib.c
+++ b/src/gant/antlib.c
@@ -28,6 +28,10 @@
#define MAXCHAN 32
#define BSIZE 8*10000
+#ifndef IUCLC
+# define IUCLC 0
+#endif
+
#define uchar unsigned char
#define hexval(c) ((c >= '0' && c <= '9') ? (c-'0') : ((c&0xdf)-'A'+10))