summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-05-09 09:48:23 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-05-09 09:48:23 +0000
commit93d5040e389b901fd4c7ea41f39c4a8f7a574e1b (patch)
tree57963463555c7511e724a9b43a3f44c4e57b92c5
parent070a701183b9a7dd462b43c18225e0b70e3fdd29 (diff)
Notes
-rw-r--r--games/bcd/bcd.c1
-rw-r--r--games/canfield/canfield/canfield.c1
2 files changed, 2 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] = {
diff --git a/games/canfield/canfield/canfield.c b/games/canfield/canfield/canfield.c
index 81c0949921f5..a9a9a178589d 100644
--- a/games/canfield/canfield/canfield.c
+++ b/games/canfield/canfield/canfield.c
@@ -60,6 +60,7 @@ static char sccsid[] = "@(#)canfield.c 8.1 (Berkeley) 5/31/93";
#include <termios.h>
#include <unistd.h>
#include <stdlib.h>
+#include <string.h>
#include "pathnames.h"