aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-05-09 09:19:24 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-05-09 09:19:24 +0000
commitff73510252230a9c9c5304521c94115e54482df3 (patch)
tree4c263100237b55e138ad52ffefecf52899a3e8dd /games
parent3c3b8f6caa8dcc56163f329de1d23661e5b37e0e (diff)
downloadsrc-ff73510252230a9c9c5304521c94115e54482df3.tar.gz
src-ff73510252230a9c9c5304521c94115e54482df3.zip
Add #include string to get prototypes.
Notes
Notes: svn path=/head/; revision=35865
Diffstat (limited to 'games')
-rw-r--r--games/backgammon/common_source/board.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/backgammon/common_source/board.c b/games/backgammon/common_source/board.c
index f8164958b22e..cb12279a487c 100644
--- a/games/backgammon/common_source/board.c
+++ b/games/backgammon/common_source/board.c
@@ -35,6 +35,7 @@
static char sccsid[] = "@(#)board.c 8.1 (Berkeley) 5/31/93";
#endif /* not lint */
+#include <string.h>
#include "back.h"
static int i, j, k;