From 0c0184736ac51b88dd1634090e7fd138defead30 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 20 Sep 2005 21:52:05 +0000 Subject: Boulder Dash / Digger-like game written using ncurses PR: ports/83939 Submitted by: Travis Poppe --- games/cavezofphear/files/patch-isready.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 games/cavezofphear/files/patch-isready.c (limited to 'games/cavezofphear/files/patch-isready.c') diff --git a/games/cavezofphear/files/patch-isready.c b/games/cavezofphear/files/patch-isready.c new file mode 100644 index 000000000000..8e0fa50b2ba0 --- /dev/null +++ b/games/cavezofphear/files/patch-isready.c @@ -0,0 +1,12 @@ +--- isready.c.orig Wed Nov 5 16:00:45 2003 ++++ isready.c Tue Sep 20 23:43:45 2005 +@@ -1,6 +1,9 @@ + #include ++#include ++#include + #include + #include ++#include + + int isready(int fd); + -- cgit v1.2.3