Adjust spec file to work with btrfs-progs v4.16.1
[platform/upstream/btrfs-progs.git] / repair.h
index 3d0dcb9..355bbf2 100644 (file)
--- a/repair.h
+++ b/repair.h
  * Boston, MA 021110-1307, USA.
  */
 
-#ifndef __BTRFS_REPAIR__
-#define __BTRFS_REPAIR__
+#ifndef __BTRFS_REPAIR_H__
+#define __BTRFS_REPAIR_H__
+
+#include "ctree.h"
+
+extern int repair; /* repair mode */
 
 struct btrfs_corrupt_block {
        struct cache_extent cache;