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