aboutsummaryrefslogtreecommitdiff
path: root/games/adventure/io.c
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-05-09 08:46:53 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-05-09 08:46:53 +0000
commit9b8dda73322d11b1dea81939234775e9ac28b1ea (patch)
tree88e2f6a6538d1051ffb93b3bc6b21104f2a4a95c /games/adventure/io.c
parent7c4f10b829d47a92b66ab6202149b8281616ad6b (diff)
downloadsrc-9b8dda73322d11b1dea81939234775e9ac28b1ea.tar.gz
src-9b8dda73322d11b1dea81939234775e9ac28b1ea.zip
Add #include string.h to get prototypes.
Notes
Notes: svn path=/head/; revision=35860
Diffstat (limited to 'games/adventure/io.c')
-rw-r--r--games/adventure/io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/adventure/io.c b/games/adventure/io.c
index 0f7bd3fb263b..df1236bf0276 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 */