summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/n64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/n64.c')
-rw-r--r--src/mame/machine/n64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/n64.c b/src/mame/machine/n64.c
index 5caf5671db7..1db986d0409 100644
--- a/src/mame/machine/n64.c
+++ b/src/mame/machine/n64.c
@@ -1,6 +1,6 @@
/* machine/n64.c - contains N64 hardware emulation shared between MAME and MESS */
-#include "driver.h"
+#include "emu.h"
#include "cpu/mips/mips3.h"
#include "cpu/mips/mips3com.h"
#include "streams.h"