summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-12-19 20:54:35 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-12-19 20:54:35 +0000
commit04a6533a94a1e0800c1806617b6dda48f30f9e6f (patch)
tree8a624a17f842d1c789108f0a87fcac52c8b5f34b
parentffc55826a7c787dd65d3dd577fa0ac7a111540e3 (diff)
downloadxorg-lib-libXaw-04a6533a94a1e0800c1806617b6dda48f30f9e6f.tar.gz
XFree86 4.3.99.902 (RC 2)xf86-4_3_99_902
-rw-r--r--src/XawI18n.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/XawI18n.h b/src/XawI18n.h
index fa06859..9b34a7a 100644
--- a/src/XawI18n.h
+++ b/src/XawI18n.h
@@ -25,7 +25,7 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
********************************************************/
-/* $XFree86: xc/lib/Xaw/XawI18n.h,v 3.14 2001/12/14 19:54:46 dawes Exp $ */
+/* $XFree86: xc/lib/Xaw/XawI18n.h,v 3.15 2003/12/19 02:05:38 dawes Exp $ */
#ifdef HAS_WCTYPE_H
#include <wctype.h>
@@ -41,7 +41,7 @@ in this Software without prior written authorization from The Open Group.
#include <wchar.h>
#endif
-#ifdef AIXV3
+#if defined(AIXV3) || defined(SCO325)
#include <ctype.h>
#endif