1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-18 13:14:36 +00:00

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:
diego 2008-06-16 08:45:01 +00:00
parent 8f044ad84b
commit b158675b6d

View File

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