1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-26 21:41:34 +03:00

globals: Include HTMLparser.h, fixing Windows build

Regressed with c011e760 and 85bd58ef.

Fixes #961.
This commit is contained in:
Nick Wellnhofer
2025-08-01 15:30:08 +02:00
parent 43f7ff0a9e
commit 37bd4b284a

View File

@@ -15,6 +15,7 @@
#include <libxml/xmlerror.h>
#include <libxml/xmlmemory.h>
#include <libxml/xmlIO.h>
#include <libxml/HTMLparser.h>
#include <libxml/parser.h>
#include <libxml/threads.h>
#include <libxml/tree.h>