diff options
Diffstat (limited to 'drivers/block/blkcache.c')
-rw-r--r-- | drivers/block/blkcache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/blkcache.c b/drivers/block/blkcache.c index 6a8f789ff0..b6fc72fe98 100644 --- a/drivers/block/blkcache.c +++ b/drivers/block/blkcache.c @@ -6,6 +6,7 @@ */ #include <common.h> #include <blk.h> +#include <log.h> #include <malloc.h> #include <part.h> #include <linux/ctype.h> |