diff options
author | 2018-07-22 20:02:34 +0100 | |
---|---|---|
committer | 2018-07-22 20:21:19 +0100 | |
commit | d37ee67533f7f06b13d30475e6b5eeff1c7a6d4c (patch) | |
tree | bce1406fab274568aa86144a6386b15b08cce1d9 | |
parent | 4e5332724cd9e6c941e64bd72680d4a0ef43c45f (diff) |
emu.h fix (nw)
-rw-r--r-- | src/devices/bus/hp_hil/hlekbd.cpp | 1 |
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" |