summaryrefslogtreecommitdiff
path: root/utils.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 /utils.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 'utils.c')
-rw-r--r--utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils.c b/utils.c
index 10cbeec5..990a9362 100644
--- a/utils.c
+++ b/utils.c
@@ -50,6 +50,7 @@
#include "volumes.h"
#include "ioctl.h"
#include "commands.h"
+#include "mkfs/common.h"
#ifndef BLKDISCARD
#define BLKDISCARD _IO(0x12,119)