From 904e3e4a410c413e157b3d7d1ec9ad5cb33fa619 Mon Sep 17 00:00:00 2001 From: Markus Fischer Date: Thu, 10 Jan 2002 01:53:22 +0000 Subject: [PATCH] - Fix compilation. (Christian Stocker) --- ext/domxml/php_domxml.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index 2ff98c2303..9abb38fbb2 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -36,6 +36,7 @@ #include #endif #if HAVE_DOMXSLT +#include #include #include #include -- 2.50.1