From e6ec0fa38a248c01ba423d53e85b30c544e3be79 Mon Sep 17 00:00:00 2001 From: William Bell <62452284+Ugric@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:57:22 +0100 Subject: [PATCH] fix windows building --- src/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.c b/src/main.c index ab0f7e3..16b057a 100644 --- a/src/main.c +++ b/src/main.c @@ -19,6 +19,9 @@ #include #include #include +#ifdef _WIN32 +#include +#endif char *get_current_directory() { char *buffer = NULL;