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