summaryrefslogtreecommitdiffstats
path: root/games/wump
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-09 10:23:10 +0000
committerjb <jb@FreeBSD.org>1998-05-09 10:23:10 +0000
commit87514388e9954eb02e98a79cf44c0d1ce7383b6b (patch)
treeddf340b6e60c5ae92626b14a28974ce55ead3908 /games/wump
parentc3b3696dc56b1e337e5adffd6dc2702821b80881 (diff)
downloadFreeBSD-src-87514388e9954eb02e98a79cf44c0d1ce7383b6b.zip
FreeBSD-src-87514388e9954eb02e98a79cf44c0d1ce7383b6b.tar.gz
Add #include string.h to get prototypes.
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 1cbf4f2..753375c 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 */
OpenPOWER on IntegriCloud