diff options
Diffstat (limited to 'src/lib/formats/p6001_cas.c')
-rw-r--r-- | src/lib/formats/p6001_cas.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/formats/p6001_cas.c b/src/lib/formats/p6001_cas.c index 78e5e929963..debe3f3b261 100644 --- a/src/lib/formats/p6001_cas.c +++ b/src/lib/formats/p6001_cas.c @@ -2,6 +2,8 @@ * NEC PC-6001 cassette format handling */ +#include <assert.h> + #include "p6001_cas.h" #define WAVE_HIGH 0x5a9e |