mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix [-Wundef] warning in BCMath extension
This commit is contained in:
parent
b91c2845cf
commit
2bb1cc4ba9
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "php.h"
|
||||
|
||||
#if HAVE_BCMATH
|
||||
#ifdef HAVE_BCMATH
|
||||
|
||||
#include "php_ini.h"
|
||||
#include "zend_exceptions.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue