diff options
Diffstat (limited to 'src/devices/machine/ds1205.cpp')
-rw-r--r-- | src/devices/machine/ds1205.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/ds1205.cpp b/src/devices/machine/ds1205.cpp index 5a723d5f259..1f8099bdce7 100644 --- a/src/devices/machine/ds1205.cpp +++ b/src/devices/machine/ds1205.cpp @@ -10,6 +10,8 @@ #include "emu.h" #include "ds1205.h" +#include "fileio.h" + #include <cstdio> |