summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/octo_kbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/octo_kbd.h')
-rw-r--r--src/mame/machine/octo_kbd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/machine/octo_kbd.h b/src/mame/machine/octo_kbd.h
index f6d4dd49f23..430167cc597 100644
--- a/src/mame/machine/octo_kbd.h
+++ b/src/mame/machine/octo_kbd.h
@@ -5,7 +5,8 @@
#pragma once
-#include "bus/rs232/keyboard.h"
+#include "bus/rs232/rs232.h"
+#include "machine/keyboard.h"
class octopus_keyboard_device : public buffered_rs232_device<16U>, protected device_matrix_keyboard_interface<16U>
{