diff options
Diffstat (limited to 'src/devices/machine/strata.cpp')
-rw-r--r-- | src/devices/machine/strata.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/strata.cpp b/src/devices/machine/strata.cpp index 7976a16def9..57383ef8e11 100644 --- a/src/devices/machine/strata.cpp +++ b/src/devices/machine/strata.cpp @@ -23,6 +23,8 @@ #include "emu.h" #include "strata.h" +#include "fileio.h" + #define FEEPROM_SIZE 0x800000 // 64Mbit #define BLOCK_SIZE 0x020000 |