Commit 96085e347dad565ffd8c7ab76276fecb0ae0f9f6

Authored by wdenk
1 parent 689aec1b05

Fix problem introduced by previous patch.

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -213,6 +213,7 @@
213 213 void setenv (char *, char *);
214 214 #endif /* CONFIG_PPC */
215 215 #ifdef CONFIG_ARM
  216 +# include <asm/mach-types.h>
216 217 # include <asm/setup.h>
217 218 # include <asm/u-boot-arm.h> /* ARM version to be fixed! */
218 219 #endif /* CONFIG_ARM */