diff options
Diffstat (limited to 'cmd/cat.c')
-rw-r--r-- | cmd/cat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/cat.c b/cmd/cat.c index 6828b7b364e..3167cda6032 100644 --- a/cmd/cat.c +++ b/cmd/cat.c @@ -8,6 +8,7 @@ #include <fs.h> #include <malloc.h> #include <mapmem.h> +#include <linux/errno.h> static int do_cat(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) |