aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_control.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/decoder_control.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/decoder_control.c b/src/decoder_control.c
index 82c8672c8..1b9b3029d 100644
--- a/src/decoder_control.c
+++ b/src/decoder_control.c
@@ -18,6 +18,8 @@
#include "decoder_control.h"
+#include <assert.h>
+
struct decoder_control dc;
void dc_init(void)