diff options
Diffstat (limited to 'cmd/setexpr.c')
-rw-r--r-- | cmd/setexpr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd/setexpr.c b/cmd/setexpr.c index 0182f199384..770dc24d2b7 100644 --- a/cmd/setexpr.c +++ b/cmd/setexpr.c @@ -12,6 +12,7 @@ #include <config.h> #include <command.h> #include <env.h> +#include <log.h> #include <mapmem.h> static ulong get_arg(char *s, int w) @@ -290,7 +291,8 @@ static int regex_sub(const char *name, } #endif -static int do_setexpr(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) +static int do_setexpr(struct cmd_tbl *cmdtp, int flag, int argc, + char *const argv[]) { ulong a, b; ulong value; |