[Mplayer-cvslog] CVS: main/Gui/bitmap/bmp bmp.c,1.1,1.2
Arpi of Ize
arpi at mplayer.dev.hu
Thu Oct 4 20:30:33 CEST 2001
Update of /cvsroot/mplayer/main/Gui/bitmap/bmp
In directory mplayer:/var/tmp.root/cvs-serv12978
Modified Files:
bmp.c
Log Message:
gcc3 warning fixed
Index: bmp.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/bitmap/bmp/bmp.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bmp.c 25 Aug 2001 21:04:27 -0000 1.1
+++ bmp.c 4 Oct 2001 18:30:30 -0000 1.2
@@ -21,8 +21,9 @@
50.53 : Res
*/
-#include <stdlib.h>
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include "bmp.h"
#include "../bitmap.h"
More information about the MPlayer-cvslog
mailing list