From: Harald Radi Date: Thu, 16 Jan 2003 21:52:06 +0000 (+0000) Subject: unbreak the build X-Git-Tag: PHP_5_0_dev_before_13561_fix~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76adb58b7a5a294ad9f46bb5c61fe42d699d6fe1;p=php unbreak the build --- diff --git a/ext/bcmath/libbcmath/src/config.h b/ext/bcmath/libbcmath/src/config.h index 6516f8f19b..9cb0d33d1d 100644 --- a/ext/bcmath/libbcmath/src/config.h +++ b/ext/bcmath/libbcmath/src/config.h @@ -1,3 +1,7 @@ +#include +#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 -#include "zend.h" -#include "zend_alloc.h"