diff options
Diffstat (limited to '')
-rw-r--r-- | misc/splitvt/files/patch-cut-paste.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/splitvt/files/patch-cut-paste.c b/misc/splitvt/files/patch-cut-paste.c new file mode 100644 index 000000000000..80033a3b7091 --- /dev/null +++ b/misc/splitvt/files/patch-cut-paste.c @@ -0,0 +1,10 @@ +--- 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" + |