summaryrefslogtreecommitdiff
path: root/games/hack/hack.mklev.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-02-15 15:12:08 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-02-15 15:12:08 +0000
commit5c0822d91159e3d6fd341b34f2227cf890c903b8 (patch)
treeaed71683ec7f8e1b1bba13cf04111fc29dc7041e /games/hack/hack.mklev.c
parent2e5559a9ee38e868b66811766260bd966aa41746 (diff)
Notes
Diffstat (limited to 'games/hack/hack.mklev.c')
-rw-r--r--games/hack/hack.mklev.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/hack/hack.mklev.c b/games/hack/hack.mklev.c
index 236f83268e22..3217923d274e 100644
--- a/games/hack/hack.mklev.c
+++ b/games/hack/hack.mklev.c
@@ -1,9 +1,11 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.mklev.c - version 1.0.3 */
+#include <stdlib.h>
+#include <unistd.h>
+
#include "hack.h"
-extern char *getlogin(), *getenv();
extern struct monst *makemon();
extern struct obj *mkobj_at();
extern struct trap *maketrap();