diff options
-rw-r--r-- | aac-enc-dabplus-zmq.c | 1 | ||||
-rw-r--r-- | aac-enc-dabplus.c | 1 |
2 files changed, 2 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" diff --git a/aac-enc-dabplus.c b/aac-enc-dabplus.c index 29e40a8..7516a15 100644 --- a/aac-enc-dabplus.c +++ b/aac-enc-dabplus.c @@ -22,6 +22,7 @@ #include <unistd.h> #include <stdlib.h> #include <getopt.h> +#include <assert.h> #include "libAACenc/include/aacenc_lib.h" #include "wavreader.h" |