summaryrefslogtreecommitdiffstats
path: root/games/battlestar/fly.c
diff options
context:
space:
mode:
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