From cf42d79efc9baabfd09c5db2899f5ab93e6e53d7 Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Wed, 8 Apr 2020 07:20:12 -0400 Subject: [PATCH] zbd: fix Windows build errors Adding the os.h include resolves the build problems. Signed-off-by: Vincent Fu --- zbd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/zbd.c b/zbd.c index f4067802..6ab052f4 100644 --- a/zbd.c +++ b/zbd.c @@ -11,6 +11,7 @@ #include #include +#include "os/os.h" #include "file.h" #include "fio.h" #include "lib/pow2.h" -- 2.25.1