summaryrefslogtreecommitdiffstats
path: root/hunt/hunt
diff options
context:
space:
mode:
authorkleink <kleink@NetBSD.org>2000-03-02 18:22:31 +0000
committerkleink <kleink@NetBSD.org>2000-03-02 18:22:31 +0000
commit1acacb969fa0d0b0cdafe6f4c005bd083e16ea4d (patch)
tree2c9d8bc1d219a60e48dfb5689f3ff31ed2bd4060 /hunt/hunt
parent908d5a73da0fd92e5435dfd18fbeec1181362849 (diff)
downloadbsdgames-darwin-1acacb969fa0d0b0cdafe6f4c005bd083e16ea4d.tar.gz
bsdgames-darwin-1acacb969fa0d0b0cdafe6f4c005bd083e16ea4d.tar.zst
bsdgames-darwin-1acacb969fa0d0b0cdafe6f4c005bd083e16ea4d.zip
Include <sys/param.h> for MAXHOSTNAMELEN.
Diffstat (limited to 'hunt/hunt')
-rw-r--r--hunt/hunt/hunt.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/hunt/hunt/hunt.c b/hunt/hunt/hunt.c
index 64469e64..8726bdae 100644
--- a/hunt/hunt/hunt.c
+++ b/hunt/hunt/hunt.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hunt.c,v 1.9 2000/01/21 17:08:33 mycroft Exp $ */
+/* $NetBSD: hunt.c,v 1.10 2000/03/02 18:22:31 kleink Exp $ */
/*
* Hunt
* Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold
@@ -7,9 +7,10 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: hunt.c,v 1.9 2000/01/21 17:08:33 mycroft Exp $");
+__RCSID("$NetBSD: hunt.c,v 1.10 2000/03/02 18:22:31 kleink Exp $");
#endif /* not lint */
+# include <sys/param.h>
# include <sys/stat.h>
# include <sys/time.h>
# include <ctype.h>