summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/othello.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/othello.c')
-rw-r--r--src/mame/drivers/othello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/othello.c b/src/mame/drivers/othello.c
index 5cbd6505966..53a81b3b493 100644
--- a/src/mame/drivers/othello.c
+++ b/src/mame/drivers/othello.c
@@ -35,7 +35,7 @@ Limit for help/undo (matta):
*/
-#include "driver.h"
+#include "emu.h"
#include "cpu/z80/z80.h"
#include "sound/ay8910.h"
#include "video/mc6845.h"