freebsd-ports/misc/splitvt/files/patch-vtmouse.c
Martin Wilke f223c764a7 - Fix build with gcc41
PR:		ports/104104
Submitted by:	trasz <trasz@pin.if.uz.zgora.pl>
2006-10-07 14:52:56 +00:00

11 lines
258 B
C

--- vtmouse.c.orig Sat Jun 3 23:05:57 2000
+++ vtmouse.c Sat Oct 7 14:37:42 2006
@@ -8,6 +8,8 @@
#define SPLITVT_SOURCE
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include "vtmouse.h"
extern FILE *safe_popen(); /* From misc.c */