diff options
Diffstat (limited to 'drivers/dma/sandbox-dma-test.c')
-rw-r--r-- | drivers/dma/sandbox-dma-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/sandbox-dma-test.c b/drivers/dma/sandbox-dma-test.c index 0290b93340f..a19e5e37fb9 100644 --- a/drivers/dma/sandbox-dma-test.c +++ b/drivers/dma/sandbox-dma-test.c @@ -7,6 +7,7 @@ * Author: Grygorii Strashko <grygorii.strashko@ti.com> */ +#include <common.h> #include <dm.h> #include <log.h> #include <malloc.h> |