btrfs-progs: Fix build of btrfs-calc-size
authorHans van Kranenburg <hans@knorrie.org>
Sat, 23 Dec 2017 20:52:38 +0000 (21:52 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 8 Jan 2018 17:18:47 +0000 (18:18 +0100)
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>
btrfs-calc-size.c

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