From b5fe148715ea295e2b951ec6c90409b9d81978d8 Mon Sep 17 00:00:00 2001 From: Christophe Vu-Brugier Date: Sun, 2 Feb 2014 14:01:20 +0100 Subject: [PATCH] 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 --- cmds-restore.c | 2 +- mkfs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmds-restore.c b/cmds-restore.c index 41a2bee..07a0e63 100644 --- a/cmds-restore.c +++ b/cmds-restore.c @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include "ctree.h" #include "disk-io.h" diff --git a/mkfs.c b/mkfs.c index d238b5c..2dc90c2 100644 --- a/mkfs.c +++ b/mkfs.c @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include #include #include "ctree.h" -- 2.7.4