From 41b3b9c3ba45f0a7f0d8fa5a0e346766ff16aea0 Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Sat, 26 May 2018 18:21:44 +0200 Subject: [PATCH] Include winerror.h in mingw native builds --- runtime.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime.c b/runtime.c index 2112e032..518fb7cb 100644 --- a/runtime.c +++ b/runtime.c @@ -116,6 +116,8 @@ static C_TLS int timezone; /* Include winsock2 to get select() for check_fd_ready() */ # include # include +/* Needed for ERROR_OPERATION_ABORTED */ +# include #endif /* For image_info retrieval */ -- 2.11.0