summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pcd_kbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pcd_kbd.cpp')
-rw-r--r--src/mame/machine/pcd_kbd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/machine/pcd_kbd.cpp b/src/mame/machine/pcd_kbd.cpp
index 704e71b5c58..b05eaa8ab1c 100644
--- a/src/mame/machine/pcd_kbd.cpp
+++ b/src/mame/machine/pcd_kbd.cpp
@@ -1,5 +1,6 @@
// license:BSD-3-Clause
// copyright-holders:Carl
+#include "emu.h"
#include "pcd_kbd.h"
const device_type PCD_KEYBOARD = &device_creator<pcd_keyboard_device>;