From 31bf2875e9e08d41d5472a18017963069badfda1 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sat, 4 Sep 1999 01:09:02 +0000 Subject: include for select() prototype. --- net/tn5250/patches/patch-aa | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'net') diff --git a/net/tn5250/patches/patch-aa b/net/tn5250/patches/patch-aa index 7d409fb5fa8..5766ab5322f 100644 --- a/net/tn5250/patches/patch-aa +++ b/net/tn5250/patches/patch-aa @@ -1,13 +1,14 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/08/04 17:00:27 rh Exp $ +$NetBSD: patch-aa,v 1.2 1999/09/04 01:09:02 hubertf Exp $ --- cursesterm.cc.orig Mon Apr 5 18:25:45 1999 -+++ cursesterm.cc Wed Aug 4 15:15:30 1999 -@@ -19,7 +19,11 @@ ++++ cursesterm.cc Sat Sep 4 02:32:40 1999 +@@ -19,7 +19,12 @@ #include "config.h" #include #include +#ifdef __NetBSD__ +#include ++#include +#else #include +#endif -- cgit v1.2.3