diff options
Diffstat (limited to 'src/lib/formats/cpis_dsk.c')
-rw-r--r-- | src/lib/formats/cpis_dsk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/cpis_dsk.c b/src/lib/formats/cpis_dsk.c index 9ad24d1d236..ff550a06af3 100644 --- a/src/lib/formats/cpis_dsk.c +++ b/src/lib/formats/cpis_dsk.c @@ -7,8 +7,8 @@ *********************************************************************/ #include <string.h> +#include <assert.h> -#include "emu.h" #include "formats/cpis_dsk.h" #include "formats/basicdsk.h" |