summaryrefslogtreecommitdiffstats
path: root/src/devices/machine/dp8573.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/dp8573.cpp')
-rw-r--r--src/devices/machine/dp8573.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/dp8573.cpp b/src/devices/machine/dp8573.cpp
index 529ed3d90fe..10f5960d6d3 100644
--- a/src/devices/machine/dp8573.cpp
+++ b/src/devices/machine/dp8573.cpp
@@ -10,6 +10,8 @@
#include "machine/dp8573.h"
#include "machine/timehelp.h"
+#include "fileio.h"
+
#define LOG_GENERAL (1 << 0)
#define LOG_TICKS (1 << 1)
#define LOG_ALL (LOG_GENERAL | LOG_TICKS)