From 76adb58b7a5a294ad9f46bb5c61fe42d699d6fe1 Mon Sep 17 00:00:00 2001 From: Harald Radi Date: Thu, 16 Jan 2003 21:52:06 +0000 Subject: [PATCH] unbreak the build --- ext/bcmath/libbcmath/src/config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" -- 2.50.1