[Mplayer-cvslog] CVS: main fli.c,1.4,1.5

pl pl at mplayer.dev.hu
Tue Dec 25 17:43:30 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv10591

Modified Files:
	fli.c 
Log Message:
warning fix

Index: fli.c
===================================================================
RCS file: /cvsroot/mplayer/main/fli.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fli.c	23 Dec 2001 22:20:45 -0000	1.4
+++ fli.c	25 Dec 2001 16:43:27 -0000	1.5
@@ -8,6 +8,7 @@
 
 #include "config.h"
 #include "bswap.h"
+#include <stdio.h>
 
 #define LE_16(x) (le2me_16(*(unsigned short *)(x)))
 #define LE_32(x) (le2me_32(*(unsigned int *)(x)))




More information about the MPlayer-cvslog mailing list