summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/zs01.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/zs01.cpp')
-rw-r--r--src/mame/machine/zs01.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/machine/zs01.cpp b/src/mame/machine/zs01.cpp
index d3b07ea9312..bd4d0888c76 100644
--- a/src/mame/machine/zs01.cpp
+++ b/src/mame/machine/zs01.cpp
@@ -14,6 +14,8 @@
#include "emu.h"
#include "machine/zs01.h"
+#include "fileio.h"
+
#define VERBOSE_LEVEL ( 0 )
inline void ATTR_PRINTF( 3, 4 ) zs01_device::verboselog( int n_level, const char *s_fmt, ... )