From: tobtoht Date: Tue, 2 Jan 2024 16:54:11 +0000 (+0100) Subject: bcur: fix windows build X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=7971d0043f74074248dd8c38348e862c3c35af70;p=gamesguru%2Ffeather.git bcur: fix windows build --- diff --git a/src/third-party/bcur/memzero.c b/src/third-party/bcur/memzero.c index 5edc7972..b19923a9 100644 --- a/src/third-party/bcur/memzero.c +++ b/src/third-party/bcur/memzero.c @@ -6,7 +6,7 @@ #include #ifdef _WIN32 -#include +#include #endif #ifdef __unix__