summaryrefslogtreecommitdiff
path: root/btrfs-show-super.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-11-23 20:24:39 +0100
committerDavid Sterba <dsterba@suse.com>2018-01-03 17:09:00 +0100
commit86fe5fb2c15aa49e4b98ad83c071d5d63895a0be (patch)
tree6a9edb333150f9256d05e0c2db2b9378b029b085 /btrfs-show-super.c
parentf23506c8a43f4c330884bd33bf9f1833368af6a3 (diff)
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" <jlcenter15@gmail.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'btrfs-show-super.c')
-rw-r--r--btrfs-show-super.c2
1 files changed, 1 insertions, 1 deletions
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)
{