diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/backgammon/teachgammon/teach.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/backgammon/teachgammon/teach.c b/games/backgammon/teachgammon/teach.c index 308bc60..f8dc85e 100644 --- a/games/backgammon/teachgammon/teach.c +++ b/games/backgammon/teachgammon/teach.c @@ -47,6 +47,7 @@ static const char rcsid[] = #include <string.h> #include <sys/types.h> +#include <termcap.h> #include <unistd.h> #include <signal.h> #include "back.h" @@ -64,8 +65,6 @@ extern char *stragy[]; extern char *prog[]; extern char *lastch[]; -extern char ospeed; /* tty output speed for termlib */ - const char *const helpm[] = { "\nEnter a space or newline to roll, or", " b to display the board", |