diff options
Diffstat (limited to 'src/devices/machine/dp8573.cpp')
-rw-r--r-- | src/devices/machine/dp8573.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/dp8573.cpp b/src/devices/machine/dp8573.cpp index 86682d1c7a3..eb75dd74e39 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) |