summaryrefslogtreecommitdiff
path: root/cmds-replace.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-replace.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-replace.c')
-rw-r--r--cmds-replace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds-replace.c b/cmds-replace.c
index ee7938cd..a3ea977c 100644
--- a/cmds-replace.c
+++ b/cmds-replace.c
@@ -38,6 +38,7 @@
#include "commands.h"
#include "help.h"
+#include "mkfs/common.h"
static int print_replace_status(int fd, const char *path, int once);
static char *time2string(char *buf, size_t s, __u64 t);