[Mplayer-cvslog] CVS: main/Gui/wm ws.c,1.19,1.20

Arpi of Ize arpi at mplayer.dev.hu
Thu Oct 4 21:11:45 CEST 2001


Update of /cvsroot/mplayer/main/Gui/wm
In directory mplayer:/var/tmp.root/cvs-serv18291

Modified Files:
	ws.c 
Log Message:
gcc3 warning fixed

Index: ws.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/ws.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ws.c	2 Oct 2001 15:01:56 -0000	1.19
+++ ws.c	4 Oct 2001 19:11:24 -0000	1.20
@@ -9,9 +9,12 @@
 #include <X11/Xutil.h>
 #include <X11/keysym.h>
 #include <X11/Xatom.h>
-#include <errno.h>
-#include <stdlib.h>
+
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <unistd.h>
+#include <errno.h>
 
 #include "ws.h"
 #include "wsconv.h"




More information about the MPlayer-cvslog mailing list