diff options
Diffstat (limited to 'test/dm/nop.c')
-rw-r--r-- | test/dm/nop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/nop.c b/test/dm/nop.c index 0c79431d9d8..f7d9a0f3df3 100644 --- a/test/dm/nop.c +++ b/test/dm/nop.c @@ -6,6 +6,7 @@ * Jean-Jacques Hiblot <jjhiblot@ti.com> */ +#include <common.h> #include <dm.h> #include <dm/ofnode.h> #include <dm/lists.h> |