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