diff options
Diffstat (limited to 'regex')
-rw-r--r-- | regex/regcomp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regex/regcomp.c b/regex/regcomp.c index 7f651bf845..b481be0f55 100644 --- a/regex/regcomp.c +++ b/regex/regcomp.c @@ -6,6 +6,8 @@ #include <stdlib.h> #include <regex.h> +#define POSIX_MISTAKE + #include "utils.h" #include "regex2.h" |