summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rs232/terminal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/rs232/terminal.cpp')
-rw-r--r--src/devices/bus/rs232/terminal.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/rs232/terminal.cpp b/src/devices/bus/rs232/terminal.cpp
index d4e0911825e..47fae4f6d66 100644
--- a/src/devices/bus/rs232/terminal.cpp
+++ b/src/devices/bus/rs232/terminal.cpp
@@ -1,5 +1,6 @@
// license:BSD-3-Clause
// copyright-holders:smf
+#include "emu.h"
#include "terminal.h"
serial_terminal_device::serial_terminal_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)