From d9f977e68559fca83b708e4c23fa3e045ef4723c Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 20 Jun 2006 18:00:11 +0000 Subject: [PATCH] Add missing header include --- ext/dom/php_dom.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/dom/php_dom.h b/ext/dom/php_dom.h index 7afbbf0442..ad2fe2fec2 100644 --- a/ext/dom/php_dom.h +++ b/ext/dom/php_dom.h @@ -37,6 +37,7 @@ extern zend_module_entry dom_module_entry; #include #include #include +#include #if defined(LIBXML_HTML_ENABLED) #include #include -- 2.50.1