From 34915ad27b7db0336560350fa89e340cdb4b8663 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 9 Sep 2010 11:05:12 +0800 Subject: add missing include for btrfsck.c compiling btrfs-progs from current git I get an error in btrfsck.c about undefined references. The attached patch adds an include for sys/stat.h which fixes the problem for me. Signed-off-by: Yan Zheng --- btrfsck.c | 1 + 1 file changed, 1 insertion(+) diff --git a/btrfsck.c b/btrfsck.c index 6f2a0d09..d8e353e8 100644 --- a/btrfsck.c +++ b/btrfsck.c @@ -21,6 +21,7 @@ #include #include #include +#include #include "kerncompat.h" #include "ctree.h" #include "disk-io.h" -- cgit v1.2.3