aboutsummaryrefslogtreecommitdiff
path: root/games/wump
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-05-09 10:23:10 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-05-09 10:23:10 +0000
commit39c469541a1c3605ed584541a604837c7f79b169 (patch)
treec4287a941e37389a641782dee7f2d4703b03125f /games/wump
parenta0acd2442adddeba4dd460b0cb826766f4af0c23 (diff)
downloadsrc-39c469541a1c3605ed584541a604837c7f79b169.tar.gz
src-39c469541a1c3605ed584541a604837c7f79b169.zip
Add #include string.h to get prototypes.
Notes
Notes: svn path=/head/; revision=35882
Diffstat (limited to 'games/wump')
-rw-r--r--games/wump/wump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/wump/wump.c b/games/wump/wump.c
index 1cbf4f236df4..753375c45d12 100644
--- a/games/wump/wump.c
+++ b/games/wump/wump.c
@@ -55,6 +55,7 @@ static char sccsid[] = "@(#)wump.c 8.1 (Berkeley) 5/31/93";
#include <sys/file.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "pathnames.h"
/* some defines to spec out what our wumpus cave should look like */