diff options
Diffstat (limited to 'src/lib/formats/tvc_cas.c')
-rw-r--r-- | src/lib/formats/tvc_cas.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/formats/tvc_cas.c b/src/lib/formats/tvc_cas.c index a24b1ed79b1..a33fba687b9 100644 --- a/src/lib/formats/tvc_cas.c +++ b/src/lib/formats/tvc_cas.c @@ -8,6 +8,8 @@ ********************************************************************/ +#include <assert.h> + #include "tvc_cas.h" #define TVC64_BIT0_FREQ 1812 |