Skip to content

Commit 33289df

Browse files
committed
Revert "Remove unnecessary include statements from dom"
This reverts commit dd79502.
1 parent dda9676 commit 33289df

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ext/dom/html5_serializer.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
#include "php.h"
2222
#if defined(HAVE_LIBXML) && defined(HAVE_DOM)
23+
#include "php_dom.h"
2324
#include "html5_serializer.h"
2425
#include "namespace_compat.h"
2526
#include "serialize_common.h"

ext/dom/namespace_compat.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
#include "php.h"
2222
#if defined(HAVE_LIBXML) && defined(HAVE_DOM)
23+
#include "php_dom.h"
2324
#include "namespace_compat.h"
2425
#include "internal_helpers.h"
2526

0 commit comments

Comments
 (0)