]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - bcache-format.c
bcache in userspace; userspace fsck
[bcachefs-tools-debian] / bcache-format.c
index ca04433e2d819edb2a0d9a80eef5454a182a68e6..a7aabc3b1dccd238c68ed850df78c06d7ebc010d 100644 (file)
@@ -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: */