Directly include two headers. While unnecessary on sh, this allows the driver to be compiled on i386 for those lacking a cross-compiler setup. Signed-off-by: Jörn Engel --- drivers/mtd/maps/vmu_flash.c | 2 ++ 1 file changed, 2 insertions(+) --- maple/drivers/mtd/maps/vmu_flash.c~cu1 2008-03-24 14:36:51.000000000 +0100 +++ maple/drivers/mtd/maps/vmu_flash.c 2008-03-24 14:39:05.000000000 +0100 @@ -12,6 +12,8 @@ * GNU General Public Licence */ #include +#include +#include #include #include #include