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:
diego 2007-06-27 13:00:14 +00:00
parent e1057f5898
commit 818623b090
3 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#include <stdio.h>
#include <stdlib.h>
//#include <string.h>
#include <string.h>
#define FCC(a,b,c,d) (((a)<<24)|((b)<<16)|((c)<<8)|(d))

View File

@ -1,3 +1,5 @@
#include <stdio.h>
int main(){
int c;
unsigned int head=-1;

View File

@ -14,6 +14,7 @@
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>