From: Antony Dovgal Date: Thu, 24 Jan 2008 23:11:15 +0000 (+0000) Subject: MFH X-Git-Tag: php-5.2.6RC1~146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab8436fc870fdc38c88f1509728068406fa0c559;p=php MFH --- diff --git a/regex/regerror.c b/regex/regerror.c index 6c8e064c4a..c4b1194948 100644 --- a/regex/regerror.c +++ b/regex/regerror.c @@ -4,8 +4,8 @@ #include #include #include -#include +#include "regex.h" #include "utils.h" #include "regerror.ih" 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 #include #include -#include +#include "regex.h" #include "utils.h" #include "regex2.h" diff --git a/regex/regfree.c b/regex/regfree.c index 9fd618a13b..a1de3d4128 100644 --- a/regex/regfree.c +++ b/regex/regfree.c @@ -1,8 +1,8 @@ #include #include #include -#include +#include "regex.h" #include "utils.h" #include "regex2.h"