diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2017-04-23 21:56:57 -0800 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2017-04-23 22:00:36 -0800 |
commit | c35fbbc025c6099969befb4dfaf065215cf40cf3 (patch) | |
tree | 3987c3933b0302617425009c7ff23e362268499d /libbcachefs/alloc.h | |
parent | 1b495cf9e1c75d19cb1bff9b0b13d03c9a62153c (diff) |
Update bcachefs sources to 2e70771b8d
Diffstat (limited to 'libbcachefs/alloc.h')
-rw-r--r-- | libbcachefs/alloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/alloc.h b/libbcachefs/alloc.h index c6b57fa1..195108c2 100644 --- a/libbcachefs/alloc.h +++ b/libbcachefs/alloc.h @@ -1,6 +1,7 @@ #ifndef _BCACHE_ALLOC_H #define _BCACHE_ALLOC_H +#include "bcachefs.h" #include "alloc_types.h" struct bkey; |