summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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