diff options
Diffstat (limited to 'board/w7o/w7o.c')
-rw-r--r-- | board/w7o/w7o.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/w7o/w7o.c b/board/w7o/w7o.c index b404d61..bb52236 100644 --- a/board/w7o/w7o.c +++ b/board/w7o/w7o.c @@ -22,6 +22,7 @@ */ #include <common.h> +#include <command.h> #include "w7o.h" #include <asm/processor.h> @@ -268,4 +269,3 @@ int misc_init_r (void) return (0); } - |