From b158675b6d6a7e481684fc00b815e4b71b4db3ac Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 16 Jun 2008 08:45:01 +0000 Subject: [PATCH] Add missing string.h #include for memcpy prototype; fixes warnings with 'make checkheaders'. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27076 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/fastmemcpy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libvo/fastmemcpy.h b/libvo/fastmemcpy.h index ae9d2745e1..84d05e2c27 100644 --- a/libvo/fastmemcpy.h +++ b/libvo/fastmemcpy.h @@ -21,6 +21,7 @@ #include "config.h" #include +#include #ifdef USE_FASTMEMCPY #if defined(HAVE_MMX) || defined(HAVE_MMX2) || defined(HAVE_3DNOW) \