bfrance         Wed Aug  6 11:16:46 2003 EDT

  Modified files:              
    /php-src/ext/mbstring       mbregex.c 
  Log:
  MFB: 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.18 php-src/ext/mbstring/mbregex.c:1.19
--- php-src/ext/mbstring/mbregex.c:1.18 Mon Dec  2 16:10:37 2002
+++ php-src/ext/mbstring/mbregex.c      Wed Aug  6 11:16:46 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