From a5844c8728207ca792b71595ad777b55e31f2278 Mon Sep 17 00:00:00 2001 From: IonutParau Date: Fri, 11 Jul 2025 23:55:37 +0200 Subject: [PATCH] fixed a header not being imported on Windows --- src/utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils.c b/src/utils.c index 4ff1e38..74a40f4 100644 --- a/src/utils.c +++ b/src/utils.c @@ -5,6 +5,7 @@ #ifdef NN_POSIX #include #else +#include #include #endif