From b5fe148715ea295e2b951ec6c90409b9d81978d8 Mon Sep 17 00:00:00 2001 From: Christophe Vu-Brugier Date: Sun, 2 Feb 2014 14:01:20 +0100 Subject: btrfs-progs: include instead of The `btrfs` and `mkfs.btrfs` binaries are not linked against libattr so the correct header to include is . This fixes the build when attr header files are not installed. Signed-off-by: Christophe Vu-Brugier Signed-off-by: David Sterba Signed-off-by: Chris Mason --- mkfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkfs.c') diff --git a/mkfs.c b/mkfs.c index d238b5c3..2dc90c24 100644 --- a/mkfs.c +++ b/mkfs.c @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include #include #include "ctree.h" -- cgit v1.2.3