summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rs232/xvd701.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/rs232/xvd701.h')
-rw-r--r--src/devices/bus/rs232/xvd701.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/devices/bus/rs232/xvd701.h b/src/devices/bus/rs232/xvd701.h
index 1327c3b2c2b..b018659210e 100644
--- a/src/devices/bus/rs232/xvd701.h
+++ b/src/devices/bus/rs232/xvd701.h
@@ -4,10 +4,11 @@
#define MAME_BUS_RS232_XVD701_H
#include "rs232.h"
+#include "diserial.h"
class jvc_xvd701_device : public device_t,
- public device_serial_interface,
- public device_rs232_port_interface
+ public device_serial_interface,
+ public device_rs232_port_interface
{
public:
jvc_xvd701_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);