summaryrefslogtreecommitdiff
path: root/bcache-format.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2017-01-08 00:13:18 -0900
committerKent Overstreet <kent.overstreet@gmail.com>2017-01-20 09:07:08 -0900
commitb33fc8298f7e13226b9895abc57c9bfce5e3fa2d (patch)
treea3d2a5a909b6372f7777c1c5c18cef5f81d123a9 /bcache-format.c
parent7f4191a202ea4558ca2d5eb8a47daea33c9999c7 (diff)
bcache in userspace; userspace fsck
Diffstat (limited to 'bcache-format.c')
-rw-r--r--bcache-format.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/bcache-format.c b/bcache-format.c
index ca04433..a7aabc3 100644
--- a/bcache-format.c
+++ b/bcache-format.c
@@ -5,8 +5,6 @@
*
* GPLv2
*/
-#define _GNU_SOURCE
-
#include <errno.h>
#include <fcntl.h>
#include <getopt.h>
@@ -24,7 +22,7 @@
#include "ccan/darray/darray.h"
-#include "bcache.h"
+#include "bcache-cmds.h"
#include "libbcache.h"
/* Open a block device, do magic blkid stuff: */