# HG changeset patch # User reimar # Date 1169566099 0 # Node ID fa66a03e8920da997893470b666883b93ee1689f # Parent a14ddab18acd87a1b5a189b63ee00097d474aa25 Include string.h to make sure memcpy is not used without prototype diff -r a14ddab18acd -r fa66a03e8920 libvo/aclib.c --- a/libvo/aclib.c Tue Jan 23 13:41:45 2007 +0000 +++ b/libvo/aclib.c Tue Jan 23 15:28:19 2007 +0000 @@ -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