From de60d6f0479998f3b67a20e637268192f6611473 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Sat, 3 Feb 2018 01:06:21 +0100 Subject: [PATCH] btrfs-progs: convert: fix build on musl Voidlinux has a patch to fix build on musl. Signed-off-by: David Sterba --- convert/source-fs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/convert/source-fs.h b/convert/source-fs.h index 4e5babe..f5314af 100644 --- a/convert/source-fs.h +++ b/convert/source-fs.h @@ -21,6 +21,7 @@ #include #include #include +#include #define CONV_IMAGE_SUBVOL_OBJECTID BTRFS_FIRST_FREE_OBJECTID -- 2.7.4