summaryrefslogtreecommitdiff
path: root/cmds-replace.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-01-25 16:35:00 +0100
committerDavid Sterba <dsterba@suse.com>2017-03-08 13:00:45 +0100
commit1c880f34f13e51aae9704449603f74680e442cf6 (patch)
tree3fcb9fd60f2084ec5157c06b8abdd3e67028e500 /cmds-replace.c
parente235f12de2d2b49145569a07516a52f0f793622d (diff)
btrfs-progs: move help defines to own header
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'cmds-replace.c')
-rw-r--r--cmds-replace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds-replace.c b/cmds-replace.c
index 9345da23..ee7938cd 100644
--- a/cmds-replace.c
+++ b/cmds-replace.c
@@ -37,7 +37,7 @@
#include "disk-io.h"
#include "commands.h"
-
+#include "help.h"
static int print_replace_status(int fd, const char *path, int once);
static char *time2string(char *buf, size_t s, __u64 t);