diff --git a/board/egnite/ethernut5/ethernut5.c b/board/egnite/ethernut5/ethernut5.c index fd021a3af8b2efa85e10b830e970d0ca341e8e2b..e99f437a31542c3905835c236a8081825caf6e6e 100644 --- a/board/egnite/ethernut5/ethernut5.c +++ b/board/egnite/ethernut5/ethernut5.c @@ -77,6 +77,7 @@ #include <spi.h> #include <dataflash.h> #include <mmc.h> +#include <atmel_mci.h> #include <asm/arch/at91sam9260.h> #include <asm/arch/at91sam9260_matrix.h> diff --git a/board/emk/top9000/top9000.c b/board/emk/top9000/top9000.c index e0b4cf2c330599484a6ea1dfa60a0a72fe6c1726..86a8d0b5660cf16aa5f586149e8f2e79dd715e70 100644 --- a/board/emk/top9000/top9000.c +++ b/board/emk/top9000/top9000.c @@ -29,6 +29,7 @@ #include <net.h> #include <netdev.h> #include <mmc.h> +#include <atmel_mci.h> #include <i2c.h> #include <spi.h> #include <asm/io.h>