freebsd-ports/misc/splitvt/files/patch-cut-paste.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

10 lines
228 B
C

--- cut-paste.c.orig Sat Oct 7 14:38:24 2006
+++ cut-paste.c Sat Oct 7 14:38:37 2006
@@ -2,6 +2,7 @@
/* The cut-paste module for splitvt */
#include <stdio.h>
+#include <string.h>
#include "vt100.h"
#include "video.h"