From bd208d5fe110999b17ef88d45648e2a248dc964e Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Sat, 15 Jun 2024 01:40:06 +0200 Subject: [PATCH] xinclude: Add another missing include --- include/libxml/xinclude.h | 1 + include/libxml/xmlreader.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libxml/xinclude.h b/include/libxml/xinclude.h index e7e96dc4..e1cb39fe 100644 --- a/include/libxml/xinclude.h +++ b/include/libxml/xinclude.h @@ -16,6 +16,7 @@ #include #include #include +#include #ifdef LIBXML_XINCLUDE_ENABLED diff --git a/include/libxml/xmlreader.h b/include/libxml/xmlreader.h index 35124a32..65e5cc75 100644 --- a/include/libxml/xmlreader.h +++ b/include/libxml/xmlreader.h @@ -18,7 +18,6 @@ #include #include #endif -/* for compatibility */ #include #ifdef __cplusplus