diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-02 04:28:20 +0000 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-02 04:28:20 +0000 |
| commit | ecf466971422be32abdc137c2262d0216d161ab2 (patch) | |
| tree | 1ca6df0fd3ace15edd1b2c6259ca5b12a9de7173 /lib/regex.c | |
| parent | "chmod +1 foo" is now diagnosed. (diff) | |
| download | coreutils-ecf466971422be32abdc137c2262d0216d161ab2.tar.gz coreutils-ecf466971422be32abdc137c2262d0216d161ab2.zip | |
Sync from gnulib.
Diffstat (limited to 'lib/regex.c')
| -rw-r--r-- | lib/regex.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/regex.c b/lib/regex.c index 51106c051..921378319 100644 --- a/lib/regex.c +++ b/lib/regex.c @@ -41,6 +41,9 @@ /* For platform which support the ISO C amendement 1 functionality we support user defined character classes. */ # if defined _LIBC || WIDE_CHAR_SUPPORT +/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included + before <wchar.h>. */ +# include <stdio.h> /* Solaris 2.5 has a bug: <wchar.h> must be included before <wctype.h>. */ # include <wchar.h> # include <wctype.h> |
