aboutsummaryrefslogtreecommitdiff
path: root/cmd/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/boot.c')
-rw-r--r--cmd/boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/boot.c b/cmd/boot.c
index 14839c1..23496ca 100644
--- a/cmd/boot.c
+++ b/cmd/boot.c
@@ -7,9 +7,9 @@
/*
* Misc boot support
*/
-#include <common.h>
#include <command.h>
#include <net.h>
+#include <vsprintf.h>
#ifdef CONFIG_CMD_GO