summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cheat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cheat.c')
-rw-r--r--src/emu/cheat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emu/cheat.c b/src/emu/cheat.c
index 91b4a329c73..2e1d7628c60 100644
--- a/src/emu/cheat.c
+++ b/src/emu/cheat.c
@@ -73,7 +73,8 @@
*********************************************************************/
-#include "driver.h"
+#include "emu.h"
+#include "emuopts.h"
#include "xmlfile.h"
#include "ui.h"
#include "uimenu.h"