btrfs-progs: convert: fix build on musl
Voidlinux has a patch to fix build on musl. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
652544f4c0
commit
de60d6f047
|
@ -21,6 +21,7 @@
|
|||
#include <linux/kdev_t.h>
|
||||
#include <sys/types.h>
|
||||
#include <pthread.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#define CONV_IMAGE_SUBVOL_OBJECTID BTRFS_FIRST_FREE_OBJECTID
|
||||
|
||||
|
|
Loading…
Reference in New Issue