]> granicus.if.org Git - php/commitdiff
unbreak the build
authorHarald Radi <phanto@php.net>
Thu, 16 Jan 2003 21:52:06 +0000 (21:52 +0000)
committerHarald Radi <phanto@php.net>
Thu, 16 Jan 2003 21:52:06 +0000 (21:52 +0000)
ext/bcmath/libbcmath/src/config.h

index 6516f8f19beab4bffb8a8bfb1fd6ebfc672a31de..9cb0d33d1dff5731b42766ac1911cafd9c460844 100644 (file)
@@ -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"