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 317ed4fe8c..1cdc813619 100644 --- a/test/dm/dma.c +++ b/test/dm/dma.c @@ -11,6 +11,7 @@ #include <malloc.h> #include <dm/test.h> #include <dma.h> +#include <test/test.h> #include <test/ut.h> static int dm_test_dma_m2m(struct unit_test_state *uts) |