summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/d80_dsk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/d80_dsk.c')
-rw-r--r--src/lib/formats/d80_dsk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/formats/d80_dsk.c b/src/lib/formats/d80_dsk.c
index 55a6f0d8ade..fbabbf1749e 100644
--- a/src/lib/formats/d80_dsk.c
+++ b/src/lib/formats/d80_dsk.c
@@ -8,7 +8,8 @@
*********************************************************************/
-#include "emu.h"
+#include <assert.h>
+
#include "formats/d80_dsk.h"
d80_format::d80_format() : d64_format(file_formats)