summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mc68681.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mc68681.h')
-rw-r--r--src/devices/machine/mc68681.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/mc68681.h b/src/devices/machine/mc68681.h
index afcaed336aa..72b5f9b53b2 100644
--- a/src/devices/machine/mc68681.h
+++ b/src/devices/machine/mc68681.h
@@ -5,6 +5,7 @@
#pragma once
+#include "diserial.h"
#define MCFG_MC68681_IRQ_CALLBACK(_cb) \
devcb = &downcast<duart_base_device &>(*device).set_irq_cb(DEVCB_##_cb);