From 0d42127384857fa1fc5c54beb82e1db43f291354 Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Sat, 30 Nov 2024 01:12:50 -0600 Subject: [PATCH] And that. --- src/core/tools/unix_c.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/tools/unix_c.c b/src/core/tools/unix_c.c index 46fe7e0a5c..2f2316a4b8 100644 --- a/src/core/tools/unix_c.c +++ b/src/core/tools/unix_c.c @@ -1,5 +1,6 @@ #ifdef _WIN32 #include +#include #include #else #define _GNU_SOURCE