btrfs-progs: Fix build of btrfs-calc-size

Build would fail because it couldn't find the usage function.

Signed-off-by: Hans van Kranenburg <hans@knorrie.org>
Signed-off-by: David Sterba <dsterba@suse.com>
master
Hans van Kranenburg 2017-12-23 21:52:38 +01:00 committed by David Sterba
parent 9303f1dd1b
commit 82ee5aec23
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include "volumes.h"
#include "utils.h"
#include "commands.h"
#include "help.h"
int main(int argc, char **argv)
{