diff options
author | Kean Johnson <kean@armory.com> | 2005-11-08 06:33:25 +0000 |
---|---|---|
committer | Kean Johnson <kean@armory.com> | 2005-11-08 06:33:25 +0000 |
commit | db01f1c4c84768e818dbfa28556f246b91c1391d (patch) | |
tree | 44108c731396c04c2f57670177d0c2b2c9fb06aa | |
parent | ca1c1425e53143899f212c6e783eec1eeb59e481 (diff) |
See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_902
-rw-r--r-- | src/XawI18n.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XawI18n.h b/src/XawI18n.h index 85aee30..69ac2d8 100644 --- a/src/XawI18n.h +++ b/src/XawI18n.h @@ -42,7 +42,7 @@ in this Software without prior written authorization from The Open Group. #include <wchar.h> #endif -#if defined(AIXV3) || defined(SCO325) +#if defined(AIXV3) || defined(__SCO__) #include <ctype.h> #endif |