summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/gdcrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/gdcrypt.c')
-rw-r--r--src/mame/machine/gdcrypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/gdcrypt.c b/src/mame/machine/gdcrypt.c
index 8b60da7bb9b..21aacff68df 100644
--- a/src/mame/machine/gdcrypt.c
+++ b/src/mame/machine/gdcrypt.c
@@ -1,7 +1,7 @@
/* DES decryption, used by GD-ROM based titles (Naomi etc.) */
-#include "driver.h"
+#include "emu.h"
#include "includes/naomi.h"
static UINT32 des_subkeys[32];