diff options
Diffstat (limited to 'test/log/log_test.c')
-rw-r--r-- | test/log/log_test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/log/log_test.c b/test/log/log_test.c index febc2c1252..d29b559410 100644 --- a/test/log/log_test.c +++ b/test/log/log_test.c @@ -7,6 +7,7 @@ */ #include <common.h> +#include <command.h> /* emit some sample log records in different ways, for testing */ static int log_run(enum uclass_id cat, const char *file) @@ -200,7 +201,7 @@ static int log_test(int testnum) } #ifdef CONFIG_LOG_TEST -int do_log_test(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) +int do_log_test(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) { int testnum = 0; int ret; |