diff options
Diffstat (limited to 'src/lib/formats/apf_apt.c')
-rw-r--r-- | src/lib/formats/apf_apt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/formats/apf_apt.c b/src/lib/formats/apf_apt.c index 58582ef5dc8..b609a109ef6 100644 --- a/src/lib/formats/apf_apt.c +++ b/src/lib/formats/apf_apt.c @@ -34,6 +34,8 @@ e. A checksum byte (8-bit addition) ********************************************************************/ +#include <assert.h> + #include "formats/apf_apt.h" #define WAVEENTRY_LOW -32768 |