]> granicus.if.org Git - php/commitdiff
Only include php_bcmath.h when WITH_BCMATH=true.
authorSebastian Bergmann <sebastian@php.net>
Wed, 17 Apr 2002 18:11:53 +0000 (18:11 +0000)
committerSebastian Bergmann <sebastian@php.net>
Wed, 17 Apr 2002 18:11:53 +0000 (18:11 +0000)
main/internal_functions_win32.c

index c064449f78d33a095a7fb8c9184782894f072bd3..011732265447998bbba9fdfb88dc9ed65acd8180 100644 (file)
@@ -31,7 +31,9 @@
 #include <stdlib.h>
 #include <stdio.h>
 
+#if WITH_BCMATH
 #include "ext/bcmath/php_bcmath.h"
+#endif
 #include "ext/standard/dl.h"
 #include "ext/standard/file.h"
 #include "ext/standard/fsock.h"