diff options
Diffstat (limited to 'common/bouncebuf.c')
-rw-r--r-- | common/bouncebuf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/bouncebuf.c b/common/bouncebuf.c index 0ace152b98..6d98920de6 100644 --- a/common/bouncebuf.c +++ b/common/bouncebuf.c @@ -7,9 +7,11 @@ #include <common.h> #include <cpu_func.h> +#include <log.h> #include <malloc.h> #include <errno.h> #include <bouncebuf.h> +#include <asm/cache.h> static int addr_aligned(struct bounce_buffer *state) { |