From c1e954d14a7759f97eb4d6ddaca33999dfb28a48 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 2 Feb 2002 09:50:45 +0000 Subject: [PATCH] Don't declare our own common version of the library variable `ospeed'. Include to get its declaration. Our initialization of it is still dubious, but it agrees with ncurses' documentation of it (none) and with ncurses' recently fixed internals for it (old speeds from ) and with the 4.4Lite documentation for it. --- games/snake/snake/move.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #endif #include +#include #include #include "snake.h" @@ -110,7 +111,6 @@ int CMlength; int NDlength; int BSlength; int delaystr[10]; -short ospeed; static char str[80];