summaryrefslogtreecommitdiff
path: root/include/libxml/xinclude.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libxml/xinclude.h')
-rw-r--r--include/libxml/xinclude.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/libxml/xinclude.h b/include/libxml/xinclude.h
index 880a280..4bb0aab 100644
--- a/include/libxml/xinclude.h
+++ b/include/libxml/xinclude.h
@@ -16,6 +16,8 @@
#include <libxml/xmlversion.h>
#include <libxml/tree.h>
+#ifdef LIBXML_XINCLUDE_ENABLED
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -113,4 +115,7 @@ XMLPUBFUN int XMLCALL
#ifdef __cplusplus
}
#endif
+
+#endif /* LIBXML_XINCLUDE_ENABLED */
+
#endif /* __XML_XINCLUDE_H__ */