add missing include for btrfsck.c
commit34915ad27b7db0336560350fa89e340cdb4b8663
authorChristian Hesse <mail@earthworm.de>
Thu, 9 Sep 2010 03:05:12 +0000 (9 11:05 +0800)
committerChris Mason <chris.mason@oracle.com>
Fri, 24 Sep 2010 00:26:49 +0000 (23 20:26 -0400)
tree9b9beca6350e3699247fe3987f087099192e561b
parent659d37c68d0676dcb9a9990bdbe61b98f11b0246
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 <zheng.yan@oracle.com>
btrfsck.c