mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
863582a685
PR: 3692 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
20 lines
372 B
Plaintext
20 lines
372 B
Plaintext
*** bs.c Thu May 9 02:14:05 1996
|
|
--- /home/andy/tmp/wrk/bs.c Mon May 26 17:57:07 1997
|
|
***************
|
|
*** 9,15 ****
|
|
*/
|
|
#define _POSIX_SOURCE
|
|
|
|
! #include <curses.h>
|
|
#include <signal.h>
|
|
#include <ctype.h>
|
|
#include <stdlib.h>
|
|
--- 9,15 ----
|
|
*/
|
|
#define _POSIX_SOURCE
|
|
|
|
! #include <ncurses.h>
|
|
#include <signal.h>
|
|
#include <ctype.h>
|
|
#include <stdlib.h>
|