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>
master
David Sterba 2017-11-23 20:24:39 +01:00
parent f23506c8a4
commit 86fe5fb2c1
1 changed files with 1 additions and 1 deletions

View 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)
{