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