diff options
author | jb <jb@FreeBSD.org> | 1998-05-09 09:19:24 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-05-09 09:19:24 +0000 |
commit | 93326f26e1c7a6e82d20640641df151135ec15df (patch) | |
tree | 68a088d488737888607d60dbb230b8cc2a12ad05 /games/backgammon | |
parent | 11929d69ae7c41cc0ce75497ebfe14112593d8eb (diff) | |
download | FreeBSD-src-93326f26e1c7a6e82d20640641df151135ec15df.zip FreeBSD-src-93326f26e1c7a6e82d20640641df151135ec15df.tar.gz |
Add #include string to get prototypes.
Diffstat (limited to 'games/backgammon')
-rw-r--r-- | games/backgammon/common_source/board.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/backgammon/common_source/board.c b/games/backgammon/common_source/board.c index f816495..cb12279 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; |