diff options
Diffstat (limited to 'cmd/itest.c')
-rw-r--r-- | cmd/itest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/itest.c b/cmd/itest.c index b79512a505..74414cbdc4 100644 --- a/cmd/itest.c +++ b/cmd/itest.c @@ -11,11 +11,11 @@ * A few parts were lifted from bash 'test' command */ +#include <common.h> #include <config.h> #include <command.h> #include <env.h> #include <mapmem.h> -#include <vsprintf.h> #include <asm/io.h> |