summaryrefslogtreecommitdiff
path: root/cmds-device.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-01-31 23:13:54 +0100
committerDavid Sterba <dsterba@suse.com>2017-03-08 13:00:46 +0100
commit11c83cefb8b4a03b1835efaf603ddc95430a0c9e (patch)
tree40eadc38c54f41235a6defd65d0782c25ab496c8 /cmds-device.c
parentdf32b5fa2298dab7fb3ee955c3f496570c20d5de (diff)
btrfs-progs: move more mkfs declarations to the common header
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'cmds-device.c')
-rw-r--r--cmds-device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds-device.c b/cmds-device.c
index 58f7dee1..7915bc97 100644
--- a/cmds-device.c
+++ b/cmds-device.c
@@ -33,6 +33,7 @@
#include "commands.h"
#include "help.h"
+#include "mkfs/common.h"
static const char * const device_cmd_group_usage[] = {
"btrfs device <command> [<args>]",