diff options
Diffstat (limited to 'regex/regexec.c')
-rw-r--r-- | regex/regexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regex/regexec.c b/regex/regexec.c index 853bd7aa263..7f2704f8214 100644 --- a/regex/regexec.c +++ b/regex/regexec.c @@ -5,7 +5,7 @@ * macros that code uses. This lets the same code operate on two different * representations for state sets. */ -#include <global.h> +#include <my_global.h> #include <m_string.h> #include <m_ctype.h> #include <regex.h> |