diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/misc/regex/regex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/misc/regex/regex.c b/libc/misc/regex/regex.c index 0d4cabe83..10fd95220 100644 --- a/libc/misc/regex/regex.c +++ b/libc/misc/regex/regex.c @@ -38,6 +38,7 @@ #include <stdlib.h> #include <string.h> #define STDC_HEADERS +#define RE_TRANSLATE_TYPE char * extern void *__libc_mempcpy (void *__restrict __dest, __const void *__restrict __src, size_t __n) /*attribute_hidden*/; |