diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2002-02-02 09:50:45 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2002-02-02 09:50:45 +0000 |
| commit | c1e954d14a7759f97eb4d6ddaca33999dfb28a48 (patch) | |
| tree | 245def72cba0760bdfc87095e799d9127beb779f | |
| parent | b8483c75e17bde543916e13207b6032fb03b73af (diff) | |
Notes
| -rw-r--r-- | games/snake/snake/move.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/snake/snake/move.c b/games/snake/snake/move.c index e45199623a35..6ef17bdcdd75 100644 --- a/games/snake/snake/move.c +++ b/games/snake/snake/move.c @@ -102,6 +102,7 @@ static const char rcsid[] = #include <varargs.h> #endif #include <string.h> +#include <termcap.h> #include <unistd.h> #include "snake.h" @@ -110,7 +111,6 @@ int CMlength; int NDlength; int BSlength; int delaystr[10]; -short ospeed; static char str[80]; |
