diff options
Diffstat (limited to 'src/devices/machine/x76f100.cpp')
-rw-r--r-- | src/devices/machine/x76f100.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/x76f100.cpp b/src/devices/machine/x76f100.cpp index 320ab833549..d8cfa23f39d 100644 --- a/src/devices/machine/x76f100.cpp +++ b/src/devices/machine/x76f100.cpp @@ -14,6 +14,8 @@ #include "emu.h" #include "machine/x76f100.h" +#include "fileio.h" + #define VERBOSE_LEVEL ( 0 ) inline void ATTR_PRINTF( 3, 4 ) x76f100_device::verboselog( int n_level, const char *s_fmt, ... ) |