summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pckeybrd.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2016-10-01 23:25:53 -0400
committer AJR <ajrhacker@users.noreply.github.com>2016-10-02 00:07:43 -0400
commitf1b0dfe64ab296bd1044ab121fa17848d7e42b95 (patch)
treee6bbb3897c6880ba0b9df52cb847c3bd7f19b748 /src/devices/machine/pckeybrd.cpp
parent53ae060484d384b8e91771d79da8f1b7c3d6d6b5 (diff)
Separate natural keyboard support from ioport.cpp (nw)
Diffstat (limited to 'src/devices/machine/pckeybrd.cpp')
-rw-r--r--src/devices/machine/pckeybrd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/pckeybrd.cpp b/src/devices/machine/pckeybrd.cpp
index 122677cfc64..2a1d4719013 100644
--- a/src/devices/machine/pckeybrd.cpp
+++ b/src/devices/machine/pckeybrd.cpp
@@ -20,6 +20,7 @@
#include "emu.h"
#include "pckeybrd.h"
+#include "natkeyboard.h"
/* AT keyboard documentation comes from www.beyondlogic.org and HelpPC documentation */