diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-05-09 09:48:23 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-05-09 09:48:23 +0000 |
| commit | 93d5040e389b901fd4c7ea41f39c4a8f7a574e1b (patch) | |
| tree | 57963463555c7511e724a9b43a3f44c4e57b92c5 /games/bcd | |
| parent | 070a701183b9a7dd462b43c18225e0b70e3fdd29 (diff) | |
Notes
Diffstat (limited to 'games/bcd')
| -rw-r--r-- | games/bcd/bcd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/bcd/bcd.c b/games/bcd/bcd.c index 53765daac2a9..16243bdd7658 100644 --- a/games/bcd/bcd.c +++ b/games/bcd/bcd.c @@ -77,6 +77,7 @@ static char sccsid[] = "@(#)bcd.c 8.2 (Berkeley) 3/20/94"; #include <sys/types.h> #include <stdio.h> +#include <string.h> #include <ctype.h> u_short holes[256] = { |
