summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/psx.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-11-05 20:39:57 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-11-05 20:39:57 +0100
commit41fea29de54440be6d4da527eb9737f5fdbdf160 (patch)
tree80a2904673196bf690b94903d7ce35edd269410b /src/mame/drivers/psx.c
parent5d6819b19c85314ffa909d1d788a26ba45aabc1b (diff)
Relaxed emu.h a bit, should make compile a bit faster (nw)
Diffstat (limited to 'src/mame/drivers/psx.c')
-rw-r--r--src/mame/drivers/psx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/psx.c b/src/mame/drivers/psx.c
index 17f3d904a93..ab768f2c431 100644
--- a/src/mame/drivers/psx.c
+++ b/src/mame/drivers/psx.c
@@ -19,6 +19,7 @@
#include "debugger.h"
#include "machine/psxcd.h"
#include "bus/psx/ctlrport.h"
+#include "softlist.h"
#define PSXCD_TAG "psxcd"