From 009d9d8706f45bc7cb618891527967e70ed17a8d Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Wed, 15 Aug 2012 23:23:02 +0300 Subject: Adjust ffmpeg/libav #includes to work with recent upstream changes The stopped including recursively in recent ffmpeg/libav git revisions. As a result, some files no longer got needed definitions, causing a build failure. Modify #include lines in various files to fix build with the latest versions of ffmpeg/libav headers. --- bstr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bstr.c') diff --git a/bstr.c b/bstr.c index 036cf69d42..d3247ce1d6 100644 --- a/bstr.c +++ b/bstr.c @@ -17,11 +17,12 @@ */ #include -#include #include #include #include +#include + #include "talloc.h" #include "bstr.h" -- cgit v1.2.3