summaryrefslogtreecommitdiff
path: root/bcache-format.c
diff options
context:
space:
mode:
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 ca04433e..a7aabc3b 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: */