Fix [-Wundef] warning in XML extension

This commit is contained in:
George Peter Banyard 2020-05-20 14:12:36 +02:00
parent 3e045d5f2b
commit 7fa0d30014

View File

@ -28,7 +28,7 @@
#include "ext/standard/html.h"
#include "zend_interfaces.h"
#if HAVE_XML
#ifdef HAVE_XML
#include "php_xml.h"
# include "ext/standard/head.h"