diff --git a/games/backgammon/teachgammon/teach.c b/games/backgammon/teachgammon/teach.c index 308bc608eeec..f8dc85e0177f 100644 --- a/games/backgammon/teachgammon/teach.c +++ b/games/backgammon/teachgammon/teach.c @@ -47,6 +47,7 @@ static const char rcsid[] = #include #include +#include #include #include #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",