summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2021-05-13 19:31:01 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2021-05-13 20:03:08 +0100
commitd8583cd8f402cdb9c5372159ac17fdc092139f1c (patch)
tree2e0fb7210360fc360c0662648ccba112c7e4dfdd /examples
parentbc6de9c7af97c266f50a635cc4b972d3e2fd655a (diff)
downloadlibhubbub-d8583cd8f402cdb9c5372159ac17fdc092139f1c.tar.gz
libhubbub-d8583cd8f402cdb9c5372159ac17fdc092139f1c.tar.bz2
Example: Add debugXML.h for xmlDebugDumpDocument().
Diffstat (limited to 'examples')
-rw-r--r--examples/libxml.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/libxml.c b/examples/libxml.c
index 9530ca3..7fa6090 100644
--- a/examples/libxml.c
+++ b/examples/libxml.c
@@ -14,6 +14,7 @@
#include <libxml/HTMLparser.h>
#include <libxml/HTMLtree.h>
+#include <libxml/debugXML.h>
#include <hubbub/parser.h>
#include <hubbub/tree.h>