summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-23 15:28:19 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-23 15:28:19 +0000
commit03429e8798e8685c08fbeb1ecd1262eb59c423a7 (patch)
tree411e6978d413015afc71df6dd2b1cadc3725d825 /libvo
parentaaac7f6eaf2caf84db43e9a6f4e975554e69799a (diff)
downloadmpv-03429e8798e8685c08fbeb1ecd1262eb59c423a7.tar.bz2
mpv-03429e8798e8685c08fbeb1ecd1262eb59c423a7.tar.xz
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
Diffstat (limited to 'libvo')
-rw-r--r--libvo/aclib.c1
1 files changed, 1 insertions, 0 deletions
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 <stddef.h>
+#include <string.h>
#include "cpudetect.h"
#include "fastmemcpy.h"
#undef memcpy