summaryrefslogtreecommitdiffstats
path: root/games/hack/hack.o_init.c
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-09 09:54:17 +0000
committerjb <jb@FreeBSD.org>1998-05-09 09:54:17 +0000
commit2316af12a314749ab255bd06ab8784b0fdc74c9f (patch)
tree1020210da7e9a517e217ac9cc416ac9b1c71386a /games/hack/hack.o_init.c
parent7aa4e853f4f1adfb262013de796cace38da13ba1 (diff)
downloadFreeBSD-src-2316af12a314749ab255bd06ab8784b0fdc74c9f.zip
FreeBSD-src-2316af12a314749ab255bd06ab8784b0fdc74c9f.tar.gz
Add #include string.h to get prototypes.
Diffstat (limited to 'games/hack/hack.o_init.c')
-rw-r--r--games/hack/hack.o_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/hack/hack.o_init.c b/games/hack/hack.o_init.c
index 25c6405..9fef91b 100644
--- a/games/hack/hack.o_init.c
+++ b/games/hack/hack.o_init.c
@@ -1,6 +1,7 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.o_init.c - version 1.0.3 */
+#include <string.h>
#include "config.h" /* for typedefs */
#include "def.objects.h"
#include "hack.onames.h" /* for LAST_GEM */
OpenPOWER on IntegriCloud