summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-05-09 09:21:28 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-05-09 09:21:28 +0000
commitae87c5339483211d7d75fac4806ee4d1d95e764d (patch)
treed4bd4c738e053c5c2a8d38d976876c8a23431642
parentff73510252230a9c9c5304521c94115e54482df3 (diff)
Notes
-rw-r--r--games/backgammon/common_source/fancy.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/backgammon/common_source/fancy.c b/games/backgammon/common_source/fancy.c
index ec9173f0164fe..783a294cc6ded 100644
--- a/games/backgammon/common_source/fancy.c
+++ b/games/backgammon/common_source/fancy.c
@@ -35,6 +35,9 @@
static char sccsid[] = "@(#)fancy.c 8.1 (Berkeley) 5/31/93";
#endif /* not lint */
+#include <stdlib.h>
+#include <string.h>
+#include <termcap.h>
#include "back.h"
char PC; /* padding character */
@@ -78,7 +81,7 @@ int oldw;
int realr;
int realc;
-void addbuf();
+int addbuf __P((int));
fboard () {
register int i, j, l;