diff options
Diffstat (limited to 'games/blue/files/patch-ab')
-rw-r--r-- | games/blue/files/patch-ab | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games/blue/files/patch-ab b/games/blue/files/patch-ab new file mode 100644 index 0000000..a090e63 --- /dev/null +++ b/games/blue/files/patch-ab @@ -0,0 +1,19 @@ +*** blue.c Thu Jun 29 14:30:45 1995 +--- /home/andy/tmp/wrk/blue.c Fri Jun 6 07:13:40 1997 +*************** +*** 19,25 **** + #include <unistd.h> + #include <signal.h> + #include <time.h> +! #include <curses.h> + #include <term.h> + + #define NOCARD (-1) +--- 19,25 ---- + #include <unistd.h> + #include <signal.h> + #include <time.h> +! #include <ncurses.h> + #include <term.h> + + #define NOCARD (-1) |