diff options
Diffstat (limited to 'posix/regcomp.c')
-rw-r--r-- | posix/regcomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/regcomp.c b/posix/regcomp.c index 65b44e4ddb..44f55f24af 100644 --- a/posix/regcomp.c +++ b/posix/regcomp.c @@ -54,7 +54,7 @@ # define gettext_noop(String) String #endif -#include "regex.h" +#include <regex.h> #include "regex_internal.h" static reg_errcode_t re_compile_internal (regex_t *preg, const char * pattern, |