summaryrefslogtreecommitdiff
path: root/libavcodec/intrax8.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-03-06 18:31:14 +0100
committerDiego Biurrun <diego@biurrun.de>2013-03-07 15:04:49 +0100
commit5f401b7b71231f0fdbf4662e7613bf600cdf0c50 (patch)
tree5abbe2db5092d2f230d4c0edb17703dc2d5c82cf /libavcodec/intrax8.c
parentd88738e4038b162708dc2f5342e10c1694edfd89 (diff)
Add missing error_resilience includes to files that use ER
Diffstat (limited to 'libavcodec/intrax8.c')
-rw-r--r--libavcodec/intrax8.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/intrax8.c b/libavcodec/intrax8.c
index a57e1f9bb7..f4a2fc67c3 100644
--- a/libavcodec/intrax8.c
+++ b/libavcodec/intrax8.c
@@ -22,6 +22,7 @@
*/
#include "avcodec.h"
+#include "error_resilience.h"
#include "get_bits.h"
#include "mpegvideo.h"
#include "msmpeg4data.h"