From 86fe5fb2c15aa49e4b98ad83c071d5d63895a0be Mon Sep 17 00:00:00 2001 From: David Sterba Date: Thu, 23 Nov 2017 20:24:39 +0100 Subject: [PATCH] btrfs-progs: fix build of btrfs-show-super The standalone utility btrfs-show-super has been obsoleted by 'btrfs inspect-internal dump-super' but it's still in the repository and should build in case somebody still uses it. Reported-by: "John L. Center" Signed-off-by: David Sterba --- btrfs-show-super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrfs-show-super.c b/btrfs-show-super.c index f97f83ba..4273e42d 100644 --- a/btrfs-show-super.c +++ b/btrfs-show-super.c @@ -18,7 +18,7 @@ #include "utils.h" #include "commands.h" -#include "cmds-inspect-dump-super.h" +#include "help.h" int main(int argc, char **argv) {