diff options
Diffstat (limited to 'src/lib/formats/dmv_dsk.c')
-rw-r--r-- | src/lib/formats/dmv_dsk.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/formats/dmv_dsk.c b/src/lib/formats/dmv_dsk.c index 2dabe9ff05e..02469ed74d4 100644 --- a/src/lib/formats/dmv_dsk.c +++ b/src/lib/formats/dmv_dsk.c @@ -8,7 +8,8 @@ *********************************************************************/ -#include "emu.h" +#include <assert.h> + #include "formats/dmv_dsk.h" dmv_format::dmv_format() : upd765_format(formats) |