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 --- help.c | 1 + 1 file changed, 1 insertion(+) (limited to 'help.c') diff --git a/help.c b/help.c index fab942b4..56aaf9c3 100644 --- a/help.c +++ b/help.c @@ -17,6 +17,7 @@ #include #include #include +#include #include "commands.h" #include "utils.h" -- cgit v1.2.3