Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > cacdf5a997d173bc2b74076bb093c038 > files > 1

splitvt-1.6.6-1mdv2008.0.src.rpm

--- ./vtmouse.c.gcc4	2005-05-14 00:30:45.579347712 +0200
+++ ./vtmouse.c	2005-05-14 00:33:00.513834552 +0200
@@ -9,6 +9,7 @@
 
 #include <stdio.h>
 #include "vtmouse.h"
+#include <string.h>
 
 extern FILE *safe_popen();		/* From misc.c */
 
@@ -81,7 +82,7 @@
 #endif
 
 /* I/O streams default to stdin and stdout. */
-static FILE *xt_input, *xt_output;
+FILE *xt_input, *xt_output;
 static int have_xterm=0;
 static int set_title=0;
 static char *old_title=NULL;