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