From 9f8be37c4ec16cd469c4f52b50a0cb4ff23ed65a Mon Sep 17 00:00:00 2001 From: Rob Richards Date: Fri, 29 Aug 2003 20:50:52 +0000 Subject: [PATCH] fix case for include --- ext/domxml/php_domxml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index 1b15307f9b..e34488822d 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -24,7 +24,7 @@ #if HAVE_DOMXML #include #include -#include +#include #include #include #include -- 2.50.1