summaryrefslogtreecommitdiffstats
path: root/libvo/fastmemcpy.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-16 08:45:01 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-16 08:45:01 +0000
commitb158675b6d6a7e481684fc00b815e4b71b4db3ac (patch)
tree5ac7f324daf2f7331bf5f7da7dfd3dd595db6c90 /libvo/fastmemcpy.h
parent8f044ad84bf8458d5d0c055e6d91b46f3ab956b4 (diff)
downloadmpv-b158675b6d6a7e481684fc00b815e4b71b4db3ac.tar.bz2
mpv-b158675b6d6a7e481684fc00b815e4b71b4db3ac.tar.xz
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
Diffstat (limited to 'libvo/fastmemcpy.h')
-rw-r--r--libvo/fastmemcpy.h1
1 files changed, 1 insertions, 0 deletions
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 <inttypes.h>
+#include <string.h>
#ifdef USE_FASTMEMCPY
#if defined(HAVE_MMX) || defined(HAVE_MMX2) || defined(HAVE_3DNOW) \