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