summaryrefslogtreecommitdiff
path: root/free-space-cache.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2015-06-10 02:21:42 +0200
committerDavid Sterba <dsterba@suse.cz>2015-06-10 02:52:21 +0200
commit250a58f34d57588de8f0b2f118cb5cd152744158 (patch)
treed5d1a7c094dd6a431bb9c389eac98993e89cf936 /free-space-cache.h
parent76a9be2e72e6634f4ca4b68dd2a9e00e6f48f26a (diff)
btrfs-progs: add missing includes to header files
Add includes that let the header files compile or add explicit include of kerncompat if the uXX types are used. Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'free-space-cache.h')
-rw-r--r--free-space-cache.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/free-space-cache.h b/free-space-cache.h
index f2e71a58..85411a10 100644
--- a/free-space-cache.h
+++ b/free-space-cache.h
@@ -19,6 +19,10 @@
#ifndef __BTRFS_FREE_SPACE_CACHE_H__
#define __BTRFS_FREE_SPACE_CACHE_H__
+#include "kerncompat.h"
+#include "ctree.h"
+#include "rbtree.h"
+
struct btrfs_free_space {
struct rb_node offset_index;
u64 offset;