summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 53765da..16243bd 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 81c09499..a9a9a17 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"
OpenPOWER on IntegriCloud