From c69854247b64dbb00e823abaf4cefe6aa7be0623 Mon Sep 17 00:00:00 2001 From: Merlijn Wajer Date: Sat, 13 Dec 2014 15:07:25 +0100 Subject: btrfs-progs: include headers required for musl-libc This fixes various compilation errors where PATH_MAX and XATTR_SIZE_MAX were missing. To my knowledge, this should have no bad side effects. Signed-off-by: Merlijn Wajer Signed-off-by: David Sterba --- btrfs-convert.c | 1 + 1 file changed, 1 insertion(+) (limited to 'btrfs-convert.c') diff --git a/btrfs-convert.c b/btrfs-convert.c index 4c6c793..c503bf6 100644 --- a/btrfs-convert.c +++ b/btrfs-convert.c @@ -31,6 +31,7 @@ #include #include #include +#include #include "ctree.h" #include "disk-io.h" -- cgit v1.2.1