summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/mfi_dsk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/mfi_dsk.c')
-rw-r--r--src/lib/formats/mfi_dsk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/formats/mfi_dsk.c b/src/lib/formats/mfi_dsk.c
index 13a23abe94b..2bd4b326501 100644
--- a/src/lib/formats/mfi_dsk.c
+++ b/src/lib/formats/mfi_dsk.c
@@ -1,6 +1,7 @@
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
-#include "emu.h"
+#include <assert.h>
+
#include "mfi_dsk.h"
#include <zlib.h>