diff options
Diffstat (limited to 'src/devices/machine/pcf8583.cpp')
-rw-r--r-- | src/devices/machine/pcf8583.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/pcf8583.cpp b/src/devices/machine/pcf8583.cpp index 4e5a81085d3..5266b41d157 100644 --- a/src/devices/machine/pcf8583.cpp +++ b/src/devices/machine/pcf8583.cpp @@ -12,6 +12,8 @@ #include "emu.h" #include "pcf8583.h" +#include "fileio.h" + #define LOG_DATA (1 << 1) #define LOG_LINE (1 << 2) |