mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
8f044ad84b
commit
b158675b6d
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue