diff options
Diffstat (limited to 'src/lib/formats/cgen_cas.c')
-rw-r--r-- | src/lib/formats/cgen_cas.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/formats/cgen_cas.c b/src/lib/formats/cgen_cas.c index 242e833ceb2..5d29f7e2b61 100644 --- a/src/lib/formats/cgen_cas.c +++ b/src/lib/formats/cgen_cas.c @@ -7,6 +7,8 @@ Current state: Not working. Only the sync signal and 0x66 byte get ********************************************************************/ +#include <assert.h> + #include "formats/cgen_cas.h" #define TAPE_HEADER "Colour Genie - Virtual Tape File" |