mirror of https://github.com/mpv-player/mpv
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:
parent
aaac7f6eaf
commit
03429e8798
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue