mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 12:25:03 +00:00
warning fix:
tdfx_vid_test.c: In function ‘main’: tdfx_vid_test.c:61: warning: incompatible implicit declaration of built-in function ‘memset’ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24282 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
665a58b83f
commit
3b7e079594
@ -1,6 +1,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
Loading…
Reference in New Issue
Block a user