From 31032d8e1c7ae38e63117c2b9a3da8d1b3d22989 Mon Sep 17 00:00:00 2001 From: CaH4e3 Date: Sun, 28 Oct 2012 08:28:28 +0000 Subject: [PATCH] trying to fix scons builds --- src/boards/mmc3.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/boards/mmc3.h b/src/boards/mmc3.h index 9dfbc920..644ea4ef 100644 --- a/src/boards/mmc3.h +++ b/src/boards/mmc3.h @@ -1,3 +1,5 @@ +#include "mapinc.h" + extern uint8 MMC3_cmd; extern uint8 mmc3opts; extern uint8 A000B;