diff options
Diffstat (limited to 'src/lib/formats/g64_dsk.cpp')
-rw-r--r-- | src/lib/formats/g64_dsk.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/formats/g64_dsk.cpp b/src/lib/formats/g64_dsk.cpp index d0fc182835d..fc75b1a6528 100644 --- a/src/lib/formats/g64_dsk.cpp +++ b/src/lib/formats/g64_dsk.cpp @@ -10,9 +10,11 @@ *********************************************************************/ -#include "emu.h" // emu_fatalerror #include "formats/g64_dsk.h" +#include "emucore.h" // emu_fatalerror + + #define G64_FORMAT_HEADER "GCR-1541" g64_format::g64_format() |