diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2018-11-23 03:04:34 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2018-11-23 03:05:20 -0500 |
commit | bca8b084ad754afc54e628d9db7721b90d9480b7 (patch) | |
tree | a7e1afcc7026f8ca12f6d18868cb8fc9bb100e80 /libbcachefs/super-io.c | |
parent | c416528eaab6c8cd255e63a1505d4e348ff18b6e (diff) |
Update bcachefs sources to da7fefde29 bcachefs: shim for userspace raid library
Diffstat (limited to 'libbcachefs/super-io.c')
-rw-r--r-- | libbcachefs/super-io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/super-io.c b/libbcachefs/super-io.c index 83523572..71920079 100644 --- a/libbcachefs/super-io.c +++ b/libbcachefs/super-io.c @@ -2,6 +2,7 @@ #include "bcachefs.h" #include "checksum.h" #include "disk_groups.h" +#include "ec.h" #include "error.h" #include "io.h" #include "journal.h" |