Skip to content

Commit 7fa0d30

Browse files
committed
Fix [-Wundef] warning in XML extension
1 parent 3e045d5 commit 7fa0d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/xml/xml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include "ext/standard/html.h"
2929
#include "zend_interfaces.h"
3030

31-
#if HAVE_XML
31+
#ifdef HAVE_XML
3232

3333
#include "php_xml.h"
3434
# include "ext/standard/head.h"

0 commit comments

Comments
 (0)