diff options
author | jb <jb@FreeBSD.org> | 1998-05-09 09:54:17 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-05-09 09:54:17 +0000 |
commit | 2316af12a314749ab255bd06ab8784b0fdc74c9f (patch) | |
tree | 1020210da7e9a517e217ac9cc416ac9b1c71386a | |
parent | 7aa4e853f4f1adfb262013de796cace38da13ba1 (diff) | |
download | FreeBSD-src-2316af12a314749ab255bd06ab8784b0fdc74c9f.zip FreeBSD-src-2316af12a314749ab255bd06ab8784b0fdc74c9f.tar.gz |
Add #include string.h to get prototypes.
-rw-r--r-- | games/hack/hack.o_init.c | 1 |
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 */ |