1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
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

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>