summaryrefslogtreecommitdiff
path: root/editors/ve/patches/patch-term.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/ve/patches/patch-term.c')
-rw-r--r--editors/ve/patches/patch-term.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/editors/ve/patches/patch-term.c b/editors/ve/patches/patch-term.c
index a30d8a0f3ef..ed93b093ecf 100644
--- a/editors/ve/patches/patch-term.c
+++ b/editors/ve/patches/patch-term.c
@@ -1,13 +1,15 @@
-$NetBSD: patch-term.c,v 1.1 2013/07/18 12:07:24 joerg Exp $
+$NetBSD: patch-term.c,v 1.2 2014/09/23 22:24:38 jperkin Exp $
---- term.c.orig 2013-07-18 10:12:24.000000000 +0000
+--- term.c.orig 1997-01-24 16:36:57.000000000 +0000
+++ term.c
-@@ -9,6 +9,9 @@
+@@ -9,6 +9,11 @@
#include "bbs.h"
#include <sys/ioctl.h>
+#include <stdlib.h>
++#ifndef __sun
+#include <termcap.h>
++#endif
+#include <termios.h>
#ifdef HP_UX