diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-10-07 14:52:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-10-07 14:52:56 +0000 |
commit | f223c764a701504ce571ff5b15e47e883fe2b94a (patch) | |
tree | f17d610033edbca84555a2978cd076bfb672a1aa /misc/splitvt/files/patch-misc.c | |
parent | - Fix build with gcc4.1 (diff) |
- Fix build with gcc41
PR: ports/104104
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
Diffstat (limited to '')
-rw-r--r-- | misc/splitvt/files/patch-misc.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/splitvt/files/patch-misc.c b/misc/splitvt/files/patch-misc.c index 9a69b1c49c60..b7ca9933c968 100644 --- a/misc/splitvt/files/patch-misc.c +++ b/misc/splitvt/files/patch-misc.c @@ -1,10 +1,11 @@ ---- misc.c.orig Sat Jan 13 13:48:13 2001 -+++ misc.c Wed Jun 18 04:44:02 2003 -@@ -5,6 +5,7 @@ +--- misc.c.orig Wed Dec 15 10:28:45 2004 ++++ misc.c Sat Oct 7 14:34:28 2006 +@@ -5,6 +5,8 @@ #include <fcntl.h> #include <stdio.h> #include <signal.h> +#include <stdlib.h> ++#include <string.h> #ifdef HAVE_TERMIO_H |