diff options
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/php.h b/main/php.h index a778c5dff6..b0dd5cb7b4 100644 --- a/main/php.h +++ b/main/php.h @@ -203,6 +203,10 @@ extern char *strerror(int); #define UNBLOCK_INTERRUPTIONS unblock_alarms #endif +#if REGEX == 1 || REGEX == 0 +#include "regex/regex_extra.h" +#endif + #if HAVE_PWD_H # if WIN32||WINNT #include "win32/pwd.h" |