summaryrefslogtreecommitdiffstats
path: root/aac-enc-dabplus-zmq.c
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-01-03 21:43:11 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-01-03 21:43:11 +0100
commitbb8a0c5d722c904d9306b6dce4c7676c89a05280 (patch)
tree4b88972d728bbad3e731c8632b5ba64f062870a8 /aac-enc-dabplus-zmq.c
parent12db17002b48ce6dcf9acae7ea20fe4e69fbeae1 (diff)
downloadODR-AudioEnc-bb8a0c5d722c904d9306b6dce4c7676c89a05280.tar.gz
ODR-AudioEnc-bb8a0c5d722c904d9306b6dce4c7676c89a05280.tar.bz2
ODR-AudioEnc-bb8a0c5d722c904d9306b6dce4c7676c89a05280.zip
add #include <assert.h>
Diffstat (limited to 'aac-enc-dabplus-zmq.c')
-rw-r--r--aac-enc-dabplus-zmq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/aac-enc-dabplus-zmq.c b/aac-enc-dabplus-zmq.c
index cb3bcf4..8d18a23 100644
--- a/aac-enc-dabplus-zmq.c
+++ b/aac-enc-dabplus-zmq.c
@@ -24,6 +24,7 @@
#include <stdlib.h>
#include <getopt.h>
#include <zmq.h>
+#include <assert.h>
#include "libAACenc/include/aacenc_lib.h"
#include "wavreader.h"