From 327e5feb97d9e666d07fec968f52684cfbf07858 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Thu, 29 Aug 2019 23:48:51 +0300 Subject: [PATCH] mdbx-windows: one more fix build for Windows/SDK pair. Change-Id: Ifa480703b153625d0fa96a15d70bd0c452352cb6 --- src/osal.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/osal.c b/src/osal.c index 993d83b0..48d6d4e2 100644 --- a/src/osal.c +++ b/src/osal.c @@ -18,6 +18,8 @@ #if defined(_WIN32) || defined(_WIN64) +#include + static int waitstatus2errcode(DWORD result) { switch (result) { case WAIT_OBJECT_0: