diff options
| author | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:39:08 -0400 |
|---|---|---|
| committer | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:39:08 -0400 |
| commit | 993e1866df547532a05ab6db76c9ff5aefc9a3df (patch) | |
| tree | 169d3bde0974235d3cde164786ef6f381a4749a7 /regex | |
| parent | 1f589a2bd44ba835ad1b009a5d83abd453724829 (diff) | |
| download | php-upstream/5.2.6.tar.gz | |
Imported Upstream version 5.2.6upstream/5.2.6
Diffstat (limited to 'regex')
| -rw-r--r-- | regex/regerror.c | 2 | ||||
| -rw-r--r-- | regex/regexec.c | 2 | ||||
| -rw-r--r-- | regex/regfree.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/regex/regerror.c b/regex/regerror.c index 6c8e064c4..c4b119494 100644 --- a/regex/regerror.c +++ b/regex/regerror.c @@ -4,8 +4,8 @@ #include <ctype.h> #include <limits.h> #include <stdlib.h> -#include <regex.h> +#include "regex.h" #include "utils.h" #include "regerror.ih" diff --git a/regex/regexec.c b/regex/regexec.c index bbfe094c9..c1fdfe0e0 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" diff --git a/regex/regfree.c b/regex/regfree.c index 9fd618a13..a1de3d412 100644 --- a/regex/regfree.c +++ b/regex/regfree.c @@ -1,8 +1,8 @@ #include <sys/types.h> #include <stdio.h> #include <stdlib.h> -#include <regex.h> +#include "regex.h" #include "utils.h" #include "regex2.h" |
