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