diff options
author | Antony Dovgal <tony2001@php.net> | 2008-01-24 23:11:15 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2008-01-24 23:11:15 +0000 |
commit | ab8436fc870fdc38c88f1509728068406fa0c559 (patch) | |
tree | f8200f138609d255abf12e0e575cfb07038f502a /regex/regexec.c | |
parent | 6b7d50ead441e6dac96d3efc6abfb0aad22e491a (diff) | |
download | php-git-ab8436fc870fdc38c88f1509728068406fa0c559.tar.gz |
MFH
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 bbfe094c96..c1fdfe0e03 100644 --- a/regex/regexec.c +++ b/regex/regexec.c @@ -11,8 +11,8 @@ #include <string.h> #include <limits.h> #include <ctype.h> -#include <regex.h> +#include "regex.h" #include "utils.h" #include "regex2.h" |