X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cmd%2Fsetexpr.c;h=770dc24d2b7a32579a05c8aed36b40bc234252b6;hb=358b6f72c28c80699536f7137063095116e1675e;hp=1a6cecdedacd2a44130c49b63f5adf8ea26780b3;hpb=83d290c56fab2d38cd1ab4c4cc7099559c1d5046;p=oweals%2Fu-boot.git diff --git a/cmd/setexpr.c b/cmd/setexpr.c index 1a6cecdeda..770dc24d2b 100644 --- a/cmd/setexpr.c +++ b/cmd/setexpr.c @@ -11,6 +11,8 @@ #include #include #include +#include +#include #include static ulong get_arg(char *s, int w) @@ -289,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;