summaryrefslogtreecommitdiffstats
path: root/games/battlestar/fly.c
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-09 09:39:46 +0000
committerjb <jb@FreeBSD.org>1998-05-09 09:39:46 +0000
commit88c50b200adc9431a2204fb3e5b24f92ff93b0e9 (patch)
tree9236a645320edaaba10450bca42fcf72093bf6c8 /games/battlestar/fly.c
parent85a011c31affd90a1a5206c60a19e859f6e2c4d7 (diff)
downloadFreeBSD-src-88c50b200adc9431a2204fb3e5b24f92ff93b0e9.zip
FreeBSD-src-88c50b200adc9431a2204fb3e5b24f92ff93b0e9.tar.gz
Add #include string.h to get prototypes.
Diffstat (limited to 'games/battlestar/fly.c')
-rw-r--r--games/battlestar/fly.c1
1 files changed, 1 insertions, 0 deletions
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 <curses.h>
+#include <string.h>
#define abs(a) ((a) < 0 ? -(a) : (a))
#define MIDR (LINES/2 - 1)
OpenPOWER on IntegriCloud