summaryrefslogtreecommitdiffstats
path: root/src/devices/machine/rtc9701.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/rtc9701.cpp')
-rw-r--r--src/devices/machine/rtc9701.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/rtc9701.cpp b/src/devices/machine/rtc9701.cpp
index a16ce296dde..83831a0194b 100644
--- a/src/devices/machine/rtc9701.cpp
+++ b/src/devices/machine/rtc9701.cpp
@@ -14,6 +14,8 @@
#include "emu.h"
#include "machine/rtc9701.h"
+#include "fileio.h"
+
ALLOW_SAVE_TYPE(rtc9701_device::state_t);