mirror of
https://github.com/mpv-player/mpv
synced 2025-03-01 03:40:43 +00:00
Fix implicit declaration of function warnings.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23677 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e1057f5898
commit
818623b090
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
//#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#define FCC(a,b,c,d) (((a)<<24)|((b)<<16)|((c)<<8)|(d))
|
#define FCC(a,b,c,d) (((a)<<24)|((b)<<16)|((c)<<8)|(d))
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
int main(){
|
int main(){
|
||||||
int c;
|
int c;
|
||||||
unsigned int head=-1;
|
unsigned int head=-1;
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user