From 6248b63041d8d5e8ae5b15fe58ccde897b3cfb6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 23 Aug 2022 18:52:54 +0200 Subject: Refactor HTML retrieval and parsing. --- c/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c/main.cpp') diff --git a/c/main.cpp b/c/main.cpp index 8dc5eab..771b323 100644 --- a/c/main.cpp +++ b/c/main.cpp @@ -4,6 +4,7 @@ #include #include #include +#include #include "debug.h" #include "resource.h" @@ -86,6 +87,7 @@ static void UpdateTheme(); int WINAPI WinMain(const HINSTANCE hInstance, const HINSTANCE, char* const, const int nCmdShow) { setbuf(stdout, nullptr); + LIBXML_TEST_VERSION; /* Initialize Prolog. */ const char* argv[] = {"EpisodeBrowser", nullptr}; -- cgit v1.2.3