]> granicus.if.org Git - php/commitdiff
MFH
authorAntony Dovgal <tony2001@php.net>
Thu, 24 Jan 2008 23:02:07 +0000 (23:02 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 24 Jan 2008 23:02:07 +0000 (23:02 +0000)
ext/ereg/regex/regerror.c
ext/ereg/regex/regexec.c
ext/ereg/regex/regfree.c

index 6c8e064c4a57a5ff9bbc02ea4df86c17b7d75c2c..c4b119494840d7d32c142f34c60c0dad270e28cf 100644 (file)
@@ -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"
 
index bbfe094c96ca2e54e9331b14c194b4d31a5d6ff1..c1fdfe0e03f87941f83261facd4de2a1cb3984fd 100644 (file)
@@ -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"
 
index 9fd618a13b83ad8c5a728bdb7d7aa8ed1e42373b..a1de3d4128dfa402a809a04f25aa1a1581ae0684 100644 (file)
@@ -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"