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:
jaf 2002-05-31 21:42:15 +00:00
parent 173fb86cbb
commit b3d7b46180
1 changed files with 1 additions and 0 deletions

View File

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