From 2316af12a314749ab255bd06ab8784b0fdc74c9f Mon Sep 17 00:00:00 2001 From: jb Date: Sat, 9 May 1998 09:54:17 +0000 Subject: Add #include string.h to get prototypes. --- games/hack/hack.o_init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'games/hack/hack.o_init.c') 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 #include "config.h" /* for typedefs */ #include "def.objects.h" #include "hack.onames.h" /* for LAST_GEM */ -- cgit v1.1