sniper          Mon Dec  1 09:01:39 2003 EDT

  Modified files:              
    /php-src/ext/bcmath/libbcmath/src   bcmath.h 
  Log:
  missing config.h include
  
Index: php-src/ext/bcmath/libbcmath/src/bcmath.h
diff -u php-src/ext/bcmath/libbcmath/src/bcmath.h:1.7 
php-src/ext/bcmath/libbcmath/src/bcmath.h:1.8
--- php-src/ext/bcmath/libbcmath/src/bcmath.h:1.7       Sat Nov 29 08:33:34 2003
+++ php-src/ext/bcmath/libbcmath/src/bcmath.h   Mon Dec  1 09:01:38 2003
@@ -52,6 +52,10 @@
                           in the case of leading zeros generated. */
     } bc_struct;
 
+#ifdef HAVE_CONFIG_H
+#include "../../config.h"
+#endif
+
 #include "php.h"
 #include "../../php_bcmath.h"
 

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

Reply via email to