mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix [-Wundef] warning in DOM extension
This commit is contained in:
parent
93b51f4e26
commit
62b1d2cb69
26 changed files with 47 additions and 47 deletions
|
@ -20,7 +20,7 @@
|
|||
#endif
|
||||
|
||||
#include "php.h"
|
||||
#if HAVE_LIBXML && HAVE_DOM
|
||||
#if defined(HAVE_LIBXML) && defined(HAVE_DOM)
|
||||
#include "php_dom.h"
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue