f223c764a7
PR: ports/104104 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
10 lines
228 B
C
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"
|
|
|