diff options
Diffstat (limited to 'src/lib/formats/d71_dsk.c')
-rw-r--r-- | src/lib/formats/d71_dsk.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/formats/d71_dsk.c b/src/lib/formats/d71_dsk.c index f7925526fda..af1186948c6 100644 --- a/src/lib/formats/d71_dsk.c +++ b/src/lib/formats/d71_dsk.c @@ -8,7 +8,8 @@ *********************************************************************/ -#include "emu.h" +#include <assert.h> + #include "formats/d71_dsk.h" d71_format::d71_format() : d64_format(formats) |