diff options
Diffstat (limited to 'src/mame/video/tunhunt.c')
-rw-r--r-- | src/mame/video/tunhunt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tunhunt.c b/src/mame/video/tunhunt.c index 12687bec79d..9df137138b6 100644 --- a/src/mame/video/tunhunt.c +++ b/src/mame/video/tunhunt.c @@ -4,7 +4,7 @@ *************************************************************************/ -#include "driver.h" +#include "emu.h" extern UINT8 tunhunt_control; extern UINT8 *tunhunt_ram; |