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
This commit is contained in:
reimar 2007-01-23 15:28:19 +00:00
parent aaac7f6eaf
commit 03429e8798
1 changed files with 1 additions and 0 deletions

View File

@ -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