summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ps2pad.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ps2pad.cpp')
-rw-r--r--src/devices/machine/ps2pad.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/ps2pad.cpp b/src/devices/machine/ps2pad.cpp
index 5ec69f7c624..fe7e7c0a3ec 100644
--- a/src/devices/machine/ps2pad.cpp
+++ b/src/devices/machine/ps2pad.cpp
@@ -9,6 +9,7 @@
*
*/
+#include "emu.h"
#include "ps2pad.h"
DEFINE_DEVICE_TYPE(SONYPS2_PAD, ps2_pad_device, "ps2pad", "Sony DualShock 2")