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