diff options
Diffstat (limited to 'drivers/cache/sandbox_cache.c')
-rw-r--r-- | drivers/cache/sandbox_cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cache/sandbox_cache.c b/drivers/cache/sandbox_cache.c index 2e20b83ab80..955dfc8a0f8 100644 --- a/drivers/cache/sandbox_cache.c +++ b/drivers/cache/sandbox_cache.c @@ -3,6 +3,7 @@ * Copyright (C) 2019 Intel Corporation <www.intel.com> */ +#include <common.h> #include <cache.h> #include <dm.h> #include <errno.h> |