From 096e72959b640d7ef71ae3c06642833796117a38 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Sat, 25 Feb 2023 17:17:35 +0000 Subject: [PATCH] Fix case of include header for mingw Signed-off-by: Dave Rodgman --- library/platform_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/platform_util.c b/library/platform_util.c index 9878cc2e19..f9fe4f5abf 100644 --- a/library/platform_util.c +++ b/library/platform_util.c @@ -45,7 +45,7 @@ #include #if defined(_WIN32) -#include +#include #endif // Detect platforms known to support explicit_bzero()