summaryrefslogtreecommitdiffstats
path: root/hunt
diff options
context:
space:
mode:
authormatt <matt@NetBSD.org>2000-07-03 03:57:39 +0000
committermatt <matt@NetBSD.org>2000-07-03 03:57:39 +0000
commit43def5730da99f02e97c5f7931228e4a37f2cd3f (patch)
tree6b8a5cf8324a8919575823f2c80ee0498de28d0f /hunt
parentd20e60caa29bce3f65183f11f2576b5f867d7879 (diff)
downloadbsdgames-darwin-43def5730da99f02e97c5f7931228e4a37f2cd3f.tar.gz
bsdgames-darwin-43def5730da99f02e97c5f7931228e4a37f2cd3f.tar.zst
bsdgames-darwin-43def5730da99f02e97c5f7931228e4a37f2cd3f.zip
More include additions for exit, abs, strcmp, etc.
Diffstat (limited to 'hunt')
-rw-r--r--hunt/huntd/get_names.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/hunt/huntd/get_names.c b/hunt/huntd/get_names.c
index 3e358e4f..34e176b0 100644
--- a/hunt/huntd/get_names.c
+++ b/hunt/huntd/get_names.c
@@ -1,4 +1,4 @@
-/* $NetBSD: get_names.c,v 1.3 1998/07/06 07:00:31 mrg Exp $ */
+/* $NetBSD: get_names.c,v 1.4 2000/07/03 03:57:41 matt Exp $ */
/*
* Copyright (c) 1983 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement
@@ -7,7 +7,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: get_names.c,v 1.3 1998/07/06 07:00:31 mrg Exp $");
+__RCSID("$NetBSD: get_names.c,v 1.4 2000/07/03 03:57:41 matt Exp $");
#endif /* not lint */
#include "bsd.h"
@@ -17,6 +17,7 @@ __RCSID("$NetBSD: get_names.c,v 1.3 1998/07/06 07:00:31 mrg Exp $");
# include <sys/param.h>
# include <netdb.h>
# include <stdio.h>
+# include <stdlib.h>
# include <string.h>
# include <unistd.h>
# include "hunt.h"