diff options
Diffstat (limited to 'cmd/timer.c')
-rw-r--r-- | cmd/timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/timer.c b/cmd/timer.c index 04fcd84ac6a..427309e108d 100644 --- a/cmd/timer.c +++ b/cmd/timer.c @@ -6,6 +6,7 @@ #include <command.h> #include <time.h> +#include <linux/string.h> static int do_timer(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) |