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