From d4f24535709de5e5e1f285fec3aae19ba99bf353 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Thu, 22 Jun 2023 08:20:15 +0200 Subject: [PATCH] WIP portable iovec for Windows --- include/dwarfs/fstypes.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/dwarfs/fstypes.h b/include/dwarfs/fstypes.h index ea75d576..482d5866 100644 --- a/include/dwarfs/fstypes.h +++ b/include/dwarfs/fstypes.h @@ -27,8 +27,7 @@ #include #include -#include - +#include #include #include "dwarfs/block_compressor.h" // TODO: or the other way round?