summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/macrtc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/macrtc.cpp')
-rw-r--r--src/mame/machine/macrtc.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/machine/macrtc.cpp b/src/mame/machine/macrtc.cpp
index 0d31c3585fd..1a1e81c0f9b 100644
--- a/src/mame/machine/macrtc.cpp
+++ b/src/mame/machine/macrtc.cpp
@@ -14,6 +14,8 @@
#include "emu.h"
#include "macrtc.h"
+#include "fileio.h"
+
#ifdef MAME_DEBUG
#define LOG_RTC 0
#else