From 5f401b7b71231f0fdbf4662e7613bf600cdf0c50 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 6 Mar 2013 18:31:14 +0100 Subject: Add missing error_resilience includes to files that use ER --- libavcodec/h263dec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/h263dec.c') diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index 9714632006..f5e1474789 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -28,6 +28,7 @@ #include "libavutil/cpu.h" #include "internal.h" #include "avcodec.h" +#include "error_resilience.h" #include "mpegvideo.h" #include "h263.h" #include "h263_parser.h" -- cgit v1.2.3