summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/pcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/pcd.h')
-rw-r--r--src/mame/video/pcd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/video/pcd.h b/src/mame/video/pcd.h
index 1e057bd169c..0680f24fe0a 100644
--- a/src/mame/video/pcd.h
+++ b/src/mame/video/pcd.h
@@ -10,6 +10,9 @@
#include "machine/timer.h"
#include "video/scn2674.h"
+#include "diserial.h"
+
+
#define MCFG_PCX_VIDEO_TXD_HANDLER(_devcb) \
devcb = &downcast<pcx_video_device &>(*device).set_txd_handler(DEVCB_##_devcb);