From 93d5040e389b901fd4c7ea41f39c4a8f7a574e1b Mon Sep 17 00:00:00 2001 From: John Birrell Date: Sat, 9 May 1998 09:48:23 +0000 Subject: [PATCH] Add #include string.h to get prototypes. --- games/bcd/bcd.c | 1 + games/canfield/canfield/canfield.c | 1 + 2 files changed, 2 insertions(+) diff --git a/games/bcd/bcd.c b/games/bcd/bcd.c index 53765daac2a..16243bdd765 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 #include +#include #include u_short holes[256] = { diff --git a/games/canfield/canfield/canfield.c b/games/canfield/canfield/canfield.c index 81c0949921f..a9a9a178589 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 #include #include +#include #include "pathnames.h"