Browse Source

Fix problem introduced by previous patch.

wdenk 20 years ago
parent
commit
96085e347d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/common.h

+ 1 - 0
include/common.h

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