summaryrefslogtreecommitdiff
path: root/boot/bootretry.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot/bootretry.c')
-rw-r--r--boot/bootretry.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot/bootretry.c b/boot/bootretry.c
index 8d850df9d48..587b2de7d6b 100644
--- a/boot/bootretry.c
+++ b/boot/bootretry.c
@@ -4,12 +4,13 @@
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*/
-#include <common.h>
+#include <stdio.h>
#include <bootretry.h>
#include <cli.h>
#include <env.h>
#include <errno.h>
#include <time.h>
+#include <vsprintf.h>
#include <watchdog.h>
static uint64_t endtime; /* must be set, default is instant timeout */