diff options
Diffstat (limited to 'test/cmd/mem_copy.c')
-rw-r--r-- | test/cmd/mem_copy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cmd/mem_copy.c b/test/cmd/mem_copy.c index 3e904fc4e4b..8e551f18a85 100644 --- a/test/cmd/mem_copy.c +++ b/test/cmd/mem_copy.c @@ -4,6 +4,7 @@ */ #include <command.h> +#include <compiler.h> #include <console.h> #include <mapmem.h> #include <dm/test.h> |