diff options
author | 2022-03-15 21:38:01 +1100 | |
---|---|---|
committer | 2022-03-15 21:38:01 +1100 | |
commit | 6d9216bf11db6596c07351ff3e191bd97b32a359 (patch) | |
tree | 53acadc743eef54bd5602d9af0aeaeda7c28a7ee /src/devices/machine/eeprom.cpp | |
parent | f2812653ff613e85d6e6af87ac4341bcb3ffb6a9 (diff) |
Revert "Revert "Remove fileio.h from emu.h""
This reverts commit ea6d1ae3f4cd36732c2b9a2a6d02a06dc4a97def.
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" |