freebsd-ports/games/bs/files/patch-ab
Satoshi Asami 863582a685 "Battleships solitaire" game (whatever that means).
PR:		3692
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1997-06-04 05:23:47 +00:00

19 lines
372 B
Text

*** 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>