summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-09 08:46:53 +0000
committerjb <jb@FreeBSD.org>1998-05-09 08:46:53 +0000
commitf7925067dfdf7526924abb40d5d1ae00cebd968d (patch)
tree141334597ec959012ed0257893a15c5ddd0ead95 /games
parent2289cf3713e5c2a45d9e037ee71385acc41aeb73 (diff)
downloadFreeBSD-src-f7925067dfdf7526924abb40d5d1ae00cebd968d.zip
FreeBSD-src-f7925067dfdf7526924abb40d5d1ae00cebd968d.tar.gz
Add #include string.h to get prototypes.
Diffstat (limited to 'games')
-rw-r--r--games/adventure/io.c1
-rw-r--r--games/adventure/wizard.c1
-rw-r--r--games/atc/graphics.c1
-rw-r--r--games/atc/log.c1
-rw-r--r--games/atc/main.c1
-rw-r--r--games/atc/update.c1
6 files changed, 6 insertions, 0 deletions
diff --git a/games/adventure/io.c b/games/adventure/io.c
index 0f7bd3f..df1236b 100644
--- a/games/adventure/io.c
+++ b/games/adventure/io.c
@@ -45,6 +45,7 @@ static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 5/31/93";
#include "hdr.h"
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
getin(wrd1,wrd2) /* get command from user */
diff --git a/games/adventure/wizard.c b/games/adventure/wizard.c
index a4d40e0..666e0f0 100644
--- a/games/adventure/wizard.c
+++ b/games/adventure/wizard.c
@@ -45,6 +45,7 @@ static char sccsid[] = "@(#)wizard.c 8.1 (Berkeley) 6/2/93";
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <time.h>
# include "hdr.h"
diff --git a/games/atc/graphics.c b/games/atc/graphics.c
index 7503b26..e7a34bf 100644
--- a/games/atc/graphics.c
+++ b/games/atc/graphics.c
@@ -47,6 +47,7 @@
static char sccsid[] = "@(#)graphics.c 8.1 (Berkeley) 5/31/93";
#endif /* not lint */
+#include <string.h>
#include "include.h"
#ifdef SYSV
#include <errno.h>
diff --git a/games/atc/log.c b/games/atc/log.c
index 9206dc1..f55bf56 100644
--- a/games/atc/log.c
+++ b/games/atc/log.c
@@ -47,6 +47,7 @@
static char sccsid[] = "@(#)log.c 8.1 (Berkeley) 5/31/93";
#endif not lint
+#include <string.h>
#include "include.h"
#include "pathnames.h"
diff --git a/games/atc/main.c b/games/atc/main.c
index 4f4eddb..a156536 100644
--- a/games/atc/main.c
+++ b/games/atc/main.c
@@ -53,6 +53,7 @@ static char copyright[] =
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93";
#endif /* not lint */
+#include <string.h>
#include "include.h"
#include "pathnames.h"
diff --git a/games/atc/update.c b/games/atc/update.c
index 5a83bbc..4e9a5a4 100644
--- a/games/atc/update.c
+++ b/games/atc/update.c
@@ -47,6 +47,7 @@
static char sccsid[] = "@(#)update.c 8.1 (Berkeley) 5/31/93";
#endif not lint
+#include <string.h>
#include "include.h"
update()
OpenPOWER on IntegriCloud