From 03d18d088337133eba4a922a5a6656d004c3a6df Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 17 Mar 2024 08:16:07 -0400 Subject: [PATCH] Windows requires config.h for the unit test. --- testmxml.c | 1 + 1 file changed, 1 insertion(+) diff --git a/testmxml.c b/testmxml.c index 63e0d5f..d9b4d82 100644 --- a/testmxml.c +++ b/testmxml.c @@ -14,6 +14,7 @@ // information. // +#include "config.h" #include "mxml.h" #ifndef _WIN32 # include