aboutsummaryrefslogtreecommitdiff
path: root/c/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c/main.cpp')
-rw-r--r--c/main.cpp2
1 files changed, 2 insertions, 0 deletions
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 <windows.h>
#include <commctrl.h>
#include <SWI-Prolog.h>
+#include <libxml/xmlversion.h>
#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};