diff options
Diffstat (limited to 'board/gumstix')
-rw-r--r-- | board/gumstix/pepper/board.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/gumstix/pepper/board.c b/board/gumstix/pepper/board.c index ea29dcd75e..7ae4c5cd77 100644 --- a/board/gumstix/pepper/board.c +++ b/board/gumstix/pepper/board.c @@ -7,6 +7,7 @@ */ #include <common.h> +#include <env.h> #include <errno.h> #include <spl.h> #include <asm/arch/cpu.h> |