diff options
Diffstat (limited to 'libc/misc/regex/regex_internal.h')
-rw-r--r-- | libc/misc/regex/regex_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/misc/regex/regex_internal.h b/libc/misc/regex/regex_internal.h index 14d14da3c..4782883c1 100644 --- a/libc/misc/regex/regex_internal.h +++ b/libc/misc/regex/regex_internal.h @@ -670,7 +670,9 @@ typedef struct { unsigned char ch; unsigned char *name; +#ifdef __UCLIBC_HAS_WCHAR__ wchar_t wch; +#endif } opr; } bracket_elem_t; |