From 03429e8798e8685c08fbeb1ecd1262eb59c423a7 Mon Sep 17 00:00:00 2001 From: reimar Date: Tue, 23 Jan 2007 15:28:19 +0000 Subject: Include string.h to make sure memcpy is not used without prototype git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22000 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/aclib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo') diff --git a/libvo/aclib.c b/libvo/aclib.c index 07f297f41f..13bb3df643 100644 --- a/libvo/aclib.c +++ b/libvo/aclib.c @@ -8,6 +8,7 @@ runtime cpu detection by michael niedermayer (michaelni@gmx.at) is under GPL */ #include +#include #include "cpudetect.h" #include "fastmemcpy.h" #undef memcpy -- cgit v1.2.3