From e3c011c836486dbdf00c1f154b952a7794c89253 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Tue, 7 Dec 2010 15:25:44 +0000 Subject: [PATCH] fix building of cpu-test by including required header Originally committed as revision 25917 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/cpu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavutil/cpu.c b/libavutil/cpu.c index 1548530b8..766f13f24 100644 --- a/libavutil/cpu.c +++ b/libavutil/cpu.c @@ -16,6 +16,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include + #include "cpu.h" #include "config.h" -- 2.11.0