aboutsummaryrefslogtreecommitdiff
path: root/cmd/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/test.c')
-rw-r--r--cmd/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/test.c b/cmd/test.c
index fa7c48f..b4c3eab 100644
--- a/cmd/test.c
+++ b/cmd/test.c
@@ -4,10 +4,10 @@
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*/
-#include <common.h>
#include <command.h>
#include <fs.h>
#include <log.h>
+#include <vsprintf.h>
#define OP_INVALID 0
#define OP_NOT 1