diff options
Diffstat (limited to 'src/lib/formats/spc1000_cas.c')
-rw-r--r-- | src/lib/formats/spc1000_cas.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/formats/spc1000_cas.c b/src/lib/formats/spc1000_cas.c index b02c287d02b..b05844b6ee7 100644 --- a/src/lib/formats/spc1000_cas.c +++ b/src/lib/formats/spc1000_cas.c @@ -21,6 +21,8 @@ IPL: This seems a quickload format containing RAM dump, not a real tape ********************************************************************/ +#include <assert.h> + #include "spc1000_cas.h" #define WAVEENTRY_LOW -32768 |