phanto Thu Jan 16 16:52:06 2003 EDT Modified files: /php4/ext/bcmath/libbcmath/src config.h Log: unbreak the build Index: php4/ext/bcmath/libbcmath/src/config.h diff -u php4/ext/bcmath/libbcmath/src/config.h:1.3 php4/ext/bcmath/libbcmath/src/config.h:1.4 --- php4/ext/bcmath/libbcmath/src/config.h:1.3 Wed Sep 4 07:20:18 2002 +++ php4/ext/bcmath/libbcmath/src/config.h Thu Jan 16 16:52:06 2003 @@ -1,3 +1,7 @@ +#include <string.h> +#include "zend.h" +#include "zend_alloc.h" + #if PHP_WIN32 #include "../../../../main/config.w32.h" #elif defined(NETWARE) @@ -5,7 +9,3 @@ #else #include "php_config.h" #endif - -#include <string.h> -#include "zend.h" -#include "zend_alloc.h"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php