From 105a204fd2ed1b7514e2bf44df67cdd55e998b30 Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Tue, 23 Sep 1997 07:12:47 +0000 Subject: Make building with ocurses/termcap and curses/termlib conditional on USE_OCURSES being defined, and define it for now. This switches nvi back to use BSD curses. --- usr.bin/vi/cl/cl_bsd.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usr.bin/vi/cl/cl_bsd.c') diff --git a/usr.bin/vi/cl/cl_bsd.c b/usr.bin/vi/cl/cl_bsd.c index 4a06a54af2f..b1d454556ee 100644 --- a/usr.bin/vi/cl/cl_bsd.c +++ b/usr.bin/vi/cl/cl_bsd.c @@ -17,7 +17,11 @@ static const char sccsid[] = "@(#)cl_bsd.c 8.29 (Berkeley) 7/1/96"; #include #include +#ifdef USE_OCURSES +#include +#else #include +#endif #include #include #include -- cgit v1.2.3