diff options
Diffstat (limited to 'sapi/apache/php_apache.c')
-rw-r--r-- | sapi/apache/php_apache.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index 7480c250e7..b1d7a3e340 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -17,8 +17,10 @@ | David Sklar <sklar@student.net> | +----------------------------------------------------------------------+ */ - /* $Id$ */ + +#define _PHP_REGEX_H 1 + #include "php.h" #include "ext/standard/head.h" #include "php_globals.h" |