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"