1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix [-Wundef] warning in BCMath extension

This commit is contained in:
George Peter Banyard
2020-05-12 22:24:01 +02:00
parent b91c2845cf
commit 2bb1cc4ba9

View File

@@ -20,7 +20,7 @@
#include "php.h"
#if HAVE_BCMATH
#ifdef HAVE_BCMATH
#include "php_ini.h"
#include "zend_exceptions.h"