aboutsummaryrefslogtreecommitdiff
path: root/games/hack/hack.o_init.c
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-05-09 09:54:17 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-05-09 09:54:17 +0000
commitcd5048d0d8181712a7017e21eb11f638ad4f1f4c (patch)
treee18611cdded03c3ad15a2c6443b27f8403a3bd93 /games/hack/hack.o_init.c
parent93d5040e389b901fd4c7ea41f39c4a8f7a574e1b (diff)
downloadsrc-cd5048d0d8181712a7017e21eb11f638ad4f1f4c.tar.gz
src-cd5048d0d8181712a7017e21eb11f638ad4f1f4c.zip
Add #include string.h to get prototypes.
Notes
Notes: svn path=/head/; revision=35876
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 25c640570fc0..9fef91b04864 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 */