diff options
Diffstat (limited to 'src/devices/machine/m3002.cpp')
-rw-r--r-- | src/devices/machine/m3002.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/m3002.cpp b/src/devices/machine/m3002.cpp index a6a674c19e3..67797df8b98 100644 --- a/src/devices/machine/m3002.cpp +++ b/src/devices/machine/m3002.cpp @@ -14,6 +14,8 @@ #include "emu.h" #include "m3002.h" +#include "fileio.h" + #define VERBOSE 0 #include "logmacro.h" |