From 37bd4b284a343a18be3bc49c0f53cec5d4d1b5f9 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Fri, 1 Aug 2025 15:30:08 +0200 Subject: [PATCH] globals: Include HTMLparser.h, fixing Windows build Regressed with c011e760 and 85bd58ef. Fixes #961. --- globals.c | 1 + 1 file changed, 1 insertion(+) diff --git a/globals.c b/globals.c index 6399e36d7..38db2954e 100644 --- a/globals.c +++ b/globals.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include