diff options
Diffstat (limited to 'src/devices/machine/ds1386.cpp')
-rw-r--r-- | src/devices/machine/ds1386.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/ds1386.cpp b/src/devices/machine/ds1386.cpp index e9455585242..e88f96a2950 100644 --- a/src/devices/machine/ds1386.cpp +++ b/src/devices/machine/ds1386.cpp @@ -12,6 +12,8 @@ #include "ds1386.h" #include "machine/timehelp.h" +#include "fileio.h" + #define DISABLE_OSC (0x80) #define DISABLE_SQW (0x40) |