pajoye                                   Thu, 11 Aug 2011 07:11:39 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=314775

Log:
- fix build (introduce by r314641)

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/ereg/regex/regerror.c
    U   php/php-src/branches/PHP_5_4/ext/ereg/regex/regerror.c
    U   php/php-src/trunk/ext/ereg/regex/regerror.c

Modified: php/php-src/branches/PHP_5_3/ext/ereg/regex/regerror.c
===================================================================
--- php/php-src/branches/PHP_5_3/ext/ereg/regex/regerror.c      2011-08-11 
07:07:10 UTC (rev 314774)
+++ php/php-src/branches/PHP_5_3/ext/ereg/regex/regerror.c      2011-08-11 
07:11:39 UTC (rev 314775)
@@ -8,6 +8,7 @@
 #include "regex.h"
 #include "utils.h"
 #include "regerror.ih"
+#include "php.h"

 /*
  = #define     REG_OKAY         0

Modified: php/php-src/branches/PHP_5_4/ext/ereg/regex/regerror.c
===================================================================
--- php/php-src/branches/PHP_5_4/ext/ereg/regex/regerror.c      2011-08-11 
07:07:10 UTC (rev 314774)
+++ php/php-src/branches/PHP_5_4/ext/ereg/regex/regerror.c      2011-08-11 
07:11:39 UTC (rev 314775)
@@ -8,6 +8,7 @@
 #include "regex.h"
 #include "utils.h"
 #include "regerror.ih"
+#include "php.h"

 /*
  = #define     REG_OKAY         0

Modified: php/php-src/trunk/ext/ereg/regex/regerror.c
===================================================================
--- php/php-src/trunk/ext/ereg/regex/regerror.c 2011-08-11 07:07:10 UTC (rev 
314774)
+++ php/php-src/trunk/ext/ereg/regex/regerror.c 2011-08-11 07:11:39 UTC (rev 
314775)
@@ -8,6 +8,7 @@
 #include "regex.h"
 #include "utils.h"
 #include "regerror.ih"
+#include "php.h"

 /*
  = #define     REG_OKAY         0

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to