diff options
Diffstat (limited to 'src/lib/formats/sol_cas.c')
-rw-r--r-- | src/lib/formats/sol_cas.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/formats/sol_cas.c b/src/lib/formats/sol_cas.c index e5dc79cd21a..26f1bdccf00 100644 --- a/src/lib/formats/sol_cas.c +++ b/src/lib/formats/sol_cas.c @@ -34,6 +34,8 @@ SVT - The full explanation may be found on the Solace web site, ********************************************************************/ +#include <assert.h> + #include "sol_cas.h" #define WAVEENTRY_LOW -32768 |