summaryrefslogtreecommitdiffstats
path: root/src/devices/machine/ds2404.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ds2404.cpp')
-rw-r--r--src/devices/machine/ds2404.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/ds2404.cpp b/src/devices/machine/ds2404.cpp
index 7c5876ee9d0..f488b116aec 100644
--- a/src/devices/machine/ds2404.cpp
+++ b/src/devices/machine/ds2404.cpp
@@ -16,6 +16,8 @@
#include "emu.h"
#include "ds2404.h"
+#include "fileio.h"
+
#include <algorithm>
#include <ctime> // FIXME: re-write in terms of device_rtc_interface and remove this