summaryrefslogtreecommitdiffstats
path: root/src/devices/machine/at28c16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/at28c16.cpp')
-rw-r--r--src/devices/machine/at28c16.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/at28c16.cpp b/src/devices/machine/at28c16.cpp
index fdc7d5c93ec..f9664fd3dc9 100644
--- a/src/devices/machine/at28c16.cpp
+++ b/src/devices/machine/at28c16.cpp
@@ -10,6 +10,8 @@
#include "emu.h"
#include "machine/at28c16.h"
+#include "fileio.h"
+
#define AT28C16_DATA_BYTES ( 0x800 )
#define AT28C16_ID_BYTES ( 0x20 )
#define AT28C16_TOTAL_BYTES ( AT28C16_DATA_BYTES + AT28C16_ID_BYTES )