From b46134f6593d388e3ebdc4a49b3c7ad51335ff03 Mon Sep 17 00:00:00 2001 From: Sebastien Zwickert Date: Mon, 14 Nov 2011 21:20:04 +0100 Subject: vda: reordering headers inclusion. --- libavcodec/vda_h264.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/vda_h264.c') diff --git a/libavcodec/vda_h264.c b/libavcodec/vda_h264.c index 3fa5614eac..5d624ac132 100644 --- a/libavcodec/vda_h264.c +++ b/libavcodec/vda_h264.c @@ -20,6 +20,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "h264.h" #include "vda_internal.h" static int start_frame(AVCodecContext *avctx, -- cgit v1.2.1