summaryrefslogtreecommitdiff
path: root/btrfsck.h
diff options
context:
space:
mode:
Diffstat (limited to 'btrfsck.h')
-rw-r--r--btrfsck.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/btrfsck.h b/btrfsck.h
index e58c55ab..0882a383 100644
--- a/btrfsck.h
+++ b/btrfsck.h
@@ -22,10 +22,12 @@
#if BTRFS_FLAT_INCLUDES
#include "kerncompat.h"
+#include "ctree.h"
#include "extent-cache.h"
#include "list.h"
#else
#include <btrfs/kerncompat.h>
+#include <btrfs/ctree.h>
#include <btrfs/extent-cache.h>
#include <btrfs/list.h>
#endif /* BTRFS_FLAT_INCLUDES */