diff options
author | 2012-04-11 13:04:53 +0000 | |
---|---|---|
committer | 2012-04-11 13:04:53 +0000 | |
commit | a1ee0822d64c54a810231c19cd21bf2046cf5b88 (patch) | |
tree | d495fdc17c3f487766bf6bf08b4815385489e5d3 | |
parent | e43f48e26cb13a258f7568b5771084191bb3b30a (diff) |
fix compile (nw)
-rw-r--r-- | src/mame/video/mcr68.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/video/mcr68.c b/src/mame/video/mcr68.c index f9691209a8f..723444bf4aa 100644 --- a/src/mame/video/mcr68.c +++ b/src/mame/video/mcr68.c @@ -5,6 +5,7 @@ ***************************************************************************/ #include "emu.h" +#include "includes/mcr.h" #include "includes/mcr68.h" |