diff --git a/user/cli.c b/user/cli.c index b85390c..60a1650 100644 --- a/user/cli.c +++ b/user/cli.c @@ -5,6 +5,7 @@ #include "os_type.h" #include "global.h" +#include "sys_time.h" static char INVALID_LOCKED[] = "Invalid command. Config locked\r\n"; static char INVALID_NUMARGS[] = "Invalid number of arguments\r\n";