From c18b11faab77b93c5c4122bff21a25fac663b0bd Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Tue, 9 Oct 2018 23:03:46 +0000 Subject: stdlib.h is required on MinGW and should have been included even on MSVC ... --- src/winreg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/winreg.c b/src/winreg.c index 775c158..ae1f3d9 100644 --- a/src/winreg.c +++ b/src/winreg.c @@ -2,6 +2,7 @@ # include #endif +#include /* _ui64toa_s */ #include #ifndef lua_assert #define lua_assert assert -- cgit v1.2.3