aboutsummaryrefslogtreecommitdiff
path: root/cmd/gettime.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/gettime.c')
-rw-r--r--cmd/gettime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gettime.c b/cmd/gettime.c
index fc307ef..2e74e02 100644
--- a/cmd/gettime.c
+++ b/cmd/gettime.c
@@ -11,8 +11,8 @@
/*
* Get Timer overflows after 2^32 / CONFIG_SYS_HZ (32Khz) = 131072 sec
*/
+#include <common.h>
#include <command.h>
-#include <time.h>
static int do_gettime(struct cmd_tbl *cmdtp, int flag, int argc,
char *const argv[])