summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2018-07-22 20:02:34 +0100
committer smf- <smf-@users.noreply.github.com>2018-07-22 20:21:19 +0100
commitd37ee67533f7f06b13d30475e6b5eeff1c7a6d4c (patch)
treebce1406fab274568aa86144a6386b15b08cce1d9
parent4e5332724cd9e6c941e64bd72680d4a0ef43c45f (diff)
emu.h fix (nw)
-rw-r--r--src/devices/bus/hp_hil/hlekbd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/hp_hil/hlekbd.cpp b/src/devices/bus/hp_hil/hlekbd.cpp
index b164cdcc355..5cca998409d 100644
--- a/src/devices/bus/hp_hil/hlekbd.cpp
+++ b/src/devices/bus/hp_hil/hlekbd.cpp
@@ -1,5 +1,6 @@
// license:BSD-3-Clause
// copyright-holders:Sergey Svishchev
+#include "emu.h"
#include "hlekbd.h"
#include "machine/keyboard.ipp"