diff options
Diffstat (limited to 'src/devices/machine/hd64610.cpp')
-rw-r--r-- | src/devices/machine/hd64610.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/hd64610.cpp b/src/devices/machine/hd64610.cpp index 5090e162b41..1f1a4272903 100644 --- a/src/devices/machine/hd64610.cpp +++ b/src/devices/machine/hd64610.cpp @@ -18,6 +18,7 @@ #include "hd64610.h" #include "coreutil.h" +#include "fileio.h" #define VERBOSE 1 #include "logmacro.h" |