diff options
Diffstat (limited to 'env/remote.c')
-rw-r--r-- | env/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/env/remote.c b/env/remote.c index 0cc383c2360..166bebf52b5 100644 --- a/env/remote.c +++ b/env/remote.c @@ -5,10 +5,10 @@ /* #define DEBUG */ +#include <common.h> #include <command.h> #include <env_internal.h> #include <asm/global_data.h> -#include <linux/errno.h> #include <linux/stddef.h> #include <u-boot/crc.h> |