summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/ep64_dsk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/ep64_dsk.c')
-rw-r--r--src/lib/formats/ep64_dsk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/formats/ep64_dsk.c b/src/lib/formats/ep64_dsk.c
index ee63ee20ab9..80981bf698e 100644
--- a/src/lib/formats/ep64_dsk.c
+++ b/src/lib/formats/ep64_dsk.c
@@ -8,7 +8,8 @@
*********************************************************************/
-#include "emu.h"
+#include <assert.h>
+
#include "formats/ep64_dsk.h"
ep64_format::ep64_format() : wd177x_format(formats)