diff options
Diffstat (limited to 'src/lib/formats/pc_dsk.c')
-rw-r--r-- | src/lib/formats/pc_dsk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/formats/pc_dsk.c b/src/lib/formats/pc_dsk.c index 45a076cc91c..152dffed15a 100644 --- a/src/lib/formats/pc_dsk.c +++ b/src/lib/formats/pc_dsk.c @@ -7,6 +7,7 @@ *********************************************************************/ #include <string.h> +#include <assert.h> #include "formats/pc_dsk.h" #include "formats/basicdsk.h" |