]> granicus.if.org Git - php/commitdiff
MFH
authorfoobar <sniper@php.net>
Mon, 1 Dec 2003 14:01:49 +0000 (14:01 +0000)
committerfoobar <sniper@php.net>
Mon, 1 Dec 2003 14:01:49 +0000 (14:01 +0000)
ext/bcmath/libbcmath/src/bcmath.h

index 7612eabf5d1a4b84b30fc22857da1e30664c4594..1c26a3d93dd9a62788ecc3c2e7a23365e9725b22 100644 (file)
@@ -52,6 +52,10 @@ typedef struct bc_struct
                           in the case of leading zeros generated. */
     } bc_struct;
 
+#ifdef HAVE_CONFIG_H
+#include "../../config.h"
+#endif
+
 #include "php.h"
 #include "../../php_bcmath.h"