diff options
Diffstat (limited to 'include/libxml/HTMLtree.h')
-rw-r--r-- | include/libxml/HTMLtree.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libxml/HTMLtree.h b/include/libxml/HTMLtree.h index 157aa67..50b8544 100644 --- a/include/libxml/HTMLtree.h +++ b/include/libxml/HTMLtree.h @@ -16,6 +16,7 @@ #include <libxml/tree.h> #include <libxml/HTMLparser.h> +#ifdef LIBXML_HTML_ENABLED #ifdef __cplusplus extern "C" { @@ -135,5 +136,7 @@ XMLPUBFUN int XMLCALL } #endif +#endif /* LIBXML_HTML_ENABLED */ + #endif /* __HTML_TREE_H__ */ |