summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2018-10-12 14:57:57 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2018-10-12 14:57:57 -0400
commitd7f6da1d60ec24266301231538ff6f09716537ed (patch)
treef142d10112c4cf92e6e2c1eaa7d75b7c11d29322
parentae9e436e26f4cb5a92f54c0d90b3965feb51531f (diff)
bcachefs: fix missing include
-rw-r--r--fs/bcachefs/alloc_foreground.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/bcachefs/alloc_foreground.h b/fs/bcachefs/alloc_foreground.h
index c6fea092c953..ae9844b5a6e7 100644
--- a/fs/bcachefs/alloc_foreground.h
+++ b/fs/bcachefs/alloc_foreground.h
@@ -4,6 +4,8 @@
#include "bcachefs.h"
#include "alloc_types.h"
+#include <linux/hash.h>
+
struct bkey;
struct bch_dev;
struct bch_fs;