summaryrefslogtreecommitdiff
path: root/convert
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 /convert
parente235f12de2d2b49145569a07516a52f0f793622d (diff)
btrfs-progs: move help defines to own header
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'convert')
-rw-r--r--convert/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/convert/main.c b/convert/main.c
index 8d9f29fa..fa05485a 100644
--- a/convert/main.c
+++ b/convert/main.c
@@ -37,6 +37,7 @@
#include "crc32c.h"
#include "utils.h"
#include "task-utils.h"
+#include "help.h"
#if BTRFSCONVERT_EXT2
#include <ext2fs/ext2_fs.h>