diff options
Diffstat (limited to 'src/lib/formats/sorc_cas.c')
-rw-r--r-- | src/lib/formats/sorc_cas.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/formats/sorc_cas.c b/src/lib/formats/sorc_cas.c index 99e9d46f7d9..6983dd0ba74 100644 --- a/src/lib/formats/sorc_cas.c +++ b/src/lib/formats/sorc_cas.c @@ -25,6 +25,8 @@ header and leader bytes. ********************************************************************/ +#include <assert.h> + #include "sorc_cas.h" #define WAVEENTRY_LOW -32768 |