diff options
Diffstat (limited to 'src/lib/formats/cbm_tap.c')
-rw-r--r-- | src/lib/formats/cbm_tap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/formats/cbm_tap.c b/src/lib/formats/cbm_tap.c index a78b03df117..f02b4ac1968 100644 --- a/src/lib/formats/cbm_tap.c +++ b/src/lib/formats/cbm_tap.c @@ -92,6 +92,8 @@ Unfortunately, I have no such a .tap file to test, so my implementation below could be not working. FP ] */ +#include <assert.h> + #include "cbm_tap.h" |