diff options
Diffstat (limited to 'cmd/sandbox/exception.c')
-rw-r--r-- | cmd/sandbox/exception.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/sandbox/exception.c b/cmd/sandbox/exception.c index f9c847d8ff2..e015acf60e2 100644 --- a/cmd/sandbox/exception.c +++ b/cmd/sandbox/exception.c @@ -6,6 +6,7 @@ */ #include <command.h> +#include <env.h> static int do_sigsegv(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) |