summaryrefslogtreecommitdiff
path: root/convert/main.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-01-25 16:54:35 +0100
committerDavid Sterba <dsterba@suse.com>2017-03-08 13:00:45 +0100
commitad7c469ac33dce8b9a602e5dbc63cc3cf96b0d48 (patch)
treec14571d54b1dea7277db6e97ec8b99177d2ef9ab /convert/main.c
parent50ac7b6dc8681cad4545e161c174e811bdf23265 (diff)
btrfs-progs: move mkfs definitions to own header
Create a header for filesystem creation API, the config and the main entry function. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'convert/main.c')
-rw-r--r--convert/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/convert/main.c b/convert/main.c
index fa05485a..3135ee31 100644
--- a/convert/main.c
+++ b/convert/main.c
@@ -38,6 +38,7 @@
#include "utils.h"
#include "task-utils.h"
#include "help.h"
+#include "mkfs/common.h"
#if BTRFSCONVERT_EXT2
#include <ext2fs/ext2_fs.h>