diff options
Diffstat (limited to 'src/devices/machine/at29x.cpp')
-rw-r--r-- | src/devices/machine/at29x.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/at29x.cpp b/src/devices/machine/at29x.cpp index c701c13c557..2d287f43b3f 100644 --- a/src/devices/machine/at29x.cpp +++ b/src/devices/machine/at29x.cpp @@ -40,6 +40,8 @@ #include "emu.h" #include "at29x.h" +#include "fileio.h" + #define LOG_DETAIL (1U<<1) // More detail #define LOG_WARN (1U<<2) // Warning #define LOG_PRG (1U<<3) // Programming |