summaryrefslogtreecommitdiff
path: root/net/tn5250/patches/patch-aa
blob: 7d409fb5fa8137df56d3e969b8562bcf776853ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aa,v 1.1.1.1 1999/08/04 17:00:27 rh Exp $

--- cursesterm.cc.orig	Mon Apr  5 18:25:45 1999
+++ cursesterm.cc	Wed Aug  4 15:15:30 1999
@@ -19,7 +19,11 @@
 #include "config.h"
 #include <assert.h>
 #include <sys/time.h>
+#ifdef __NetBSD__
+#include <ncurses.h>
+#else
 #include <curses.h>
+#endif
 #include <string.h>
 #include <ctype.h>
 #include "utility.h"