aboutsummaryrefslogtreecommitdiff
path: root/cmd/sleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/sleep.c')
-rw-r--r--cmd/sleep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/sleep.c b/cmd/sleep.c
index c741b4a..7616fed 100644
--- a/cmd/sleep.c
+++ b/cmd/sleep.c
@@ -4,9 +4,10 @@
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*/
-#include <common.h>
#include <command.h>
#include <console.h>
+#include <time.h>
+#include <vsprintf.h>
#include <linux/delay.h>
static int do_sleep(struct cmd_tbl *cmdtp, int flag, int argc,