bfrance         Tue Aug  5 16:54:43 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/ext/mbstring       mbregex.c 
  Log:
  added include config.h so shared extensions builds work correctly
  
Index: php-src/ext/mbstring/mbregex.c
diff -u php-src/ext/mbstring/mbregex.c:1.16 php-src/ext/mbstring/mbregex.c:1.16.2.1
--- php-src/ext/mbstring/mbregex.c:1.16 Tue Nov 12 12:41:26 2002
+++ php-src/ext/mbstring/mbregex.c      Tue Aug  5 16:54:43 2003
@@ -23,6 +23,10 @@
 
 #include "php.h"
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #if HAVE_MBREGEX
 
 #define re_compile_pattern mbre_compile_pattern



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

Reply via email to