From 88c50b200adc9431a2204fb3e5b24f92ff93b0e9 Mon Sep 17 00:00:00 2001 From: jb Date: Sat, 9 May 1998 09:39:46 +0000 Subject: Add #include string.h to get prototypes. --- games/battlestar/fly.c | 1 + 1 file changed, 1 insertion(+) (limited to 'games/battlestar/fly.c') diff --git a/games/battlestar/fly.c b/games/battlestar/fly.c index 118ff16..5bc55e7 100644 --- a/games/battlestar/fly.c +++ b/games/battlestar/fly.c @@ -38,6 +38,7 @@ static char sccsid[] = "@(#)fly.c 8.1 (Berkeley) 5/31/93"; #include "externs.h" #undef UP #include +#include #define abs(a) ((a) < 0 ? -(a) : (a)) #define MIDR (LINES/2 - 1) -- cgit v1.1