mirror of https://github.com/mpv-player/mpv
When compiling mga_vid_test.c, memcpy() is subject to an implicit
declaration. The attached patch fixes it. by Tore Anderson <tore@linpro.no> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6246 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
173fb86cbb
commit
b3d7b46180
|
@ -17,6 +17,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <inttypes.h>
|
||||
#include <string.h>
|
||||
#include "mga_vid.h"
|
||||
|
||||
mga_vid_config_t config;
|
||||
|
|
Loading…
Reference in New Issue