summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/bcmath/libbcmath/src/bcmath.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/bcmath/libbcmath/src/bcmath.h b/ext/bcmath/libbcmath/src/bcmath.h
index 7612eabf5d..1c26a3d93d 100644
--- a/ext/bcmath/libbcmath/src/bcmath.h
+++ b/ext/bcmath/libbcmath/src/bcmath.h
@@ -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"