diff options
Diffstat (limited to 'src/lib/formats/trs_dsk.c')
-rw-r--r-- | src/lib/formats/trs_dsk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/formats/trs_dsk.c b/src/lib/formats/trs_dsk.c index 36c5a271622..ebe6090bcdc 100644 --- a/src/lib/formats/trs_dsk.c +++ b/src/lib/formats/trs_dsk.c @@ -1,4 +1,5 @@ #include <string.h> +#include <assert.h> #include "trs_dsk.h" #include "basicdsk.h" #include "coco_dsk.h" |