diff options
Diffstat (limited to 'cmd/elf.c')
-rw-r--r-- | cmd/elf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ #include <common.h> #include <command.h> #include <elf.h> -#include <environment.h> +#include <env.h> #include <net.h> #include <vxworks.h> #ifdef CONFIG_X86 |