btrfs-progs: fix build of btrfs-show-super
authorDavid Sterba <dsterba@suse.com>
Thu, 23 Nov 2017 19:24:39 +0000 (20:24 +0100)
committerDavid Sterba <dsterba@suse.com>
Wed, 3 Jan 2018 16:09:00 +0000 (17:09 +0100)
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" <jlcenter15@gmail.com>
Signed-off-by: David Sterba <dsterba@suse.com>
btrfs-show-super.c

index f97f83b..4273e42 100644 (file)
@@ -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)
 {