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