diff options
Diffstat (limited to 'games/seabattle/files/patch-batt.h')
-rw-r--r-- | games/seabattle/files/patch-batt.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/seabattle/files/patch-batt.h b/games/seabattle/files/patch-batt.h new file mode 100644 index 000000000000..57484ef07ec6 --- /dev/null +++ b/games/seabattle/files/patch-batt.h @@ -0,0 +1,11 @@ +--- batt.h.orig Wed May 14 04:58:17 1997 ++++ batt.h Fri Feb 2 04:18:06 2001 +@@ -2,7 +2,7 @@ + * batt.h Part of the SEABATTLE game by Vince Weaver * + ************************************************************************/ + +-#include <curses.h> /* Slang support is good for rxvt in linux */ ++#include <ncurses.h> /* Slang support is good for rxvt in linux */ + #include <stdio.h> + #include <ctype.h> + #include <stdlib.h> |