From: Mans Rullgard Date: Wed, 9 Feb 2011 20:12:57 +0000 (+0000) Subject: w32thread: add missing #include thread.h X-Git-Tag: android-x86-4.4-r1~18483 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=74711b72cc43070e9e29106db03bc60ab132e4cf;p=android-x86%2Fexternal-ffmpeg.git w32thread: add missing #include thread.h This should fix building with win32 threads. Signed-off-by: Mans Rullgard (cherry picked from commit aef669cdfd984a737ad876b33ee1b160f87f5f9a) --- diff --git a/libavcodec/w32thread.c b/libavcodec/w32thread.c index 1659fd3031..f2b8f5b365 100644 --- a/libavcodec/w32thread.c +++ b/libavcodec/w32thread.c @@ -20,6 +20,7 @@ //#define DEBUG #include "avcodec.h" +#include "thread.h" #define WIN32_LEAN_AND_MEAN #include