blob: c52aac7e503a701b97d3eaa9c3d570d100648193 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** 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>
|