aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_api.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/decoder_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/decoder_api.c b/src/decoder_api.c
index fdce30c20..8c2d64da1 100644
--- a/src/decoder_api.c
+++ b/src/decoder_api.c
@@ -29,6 +29,8 @@
#include "outputBuffer.h"
#include "gcc.h"
+#include <assert.h>
+
void decoder_plugin_register(struct decoder_plugin *plugin)
{
decoder_plugin_load(plugin);