From 8669e2a2eb95afb65461473e5d743bfd981db357 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 22 Jan 2001 22:29:36 +0000 Subject: [PATCH] need and for select() --- bin/tests/zone_test.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/tests/zone_test.c b/bin/tests/zone_test.c index cca55ca29d..986fad25a1 100644 --- a/bin/tests/zone_test.c +++ b/bin/tests/zone_test.c @@ -15,10 +15,14 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zone_test.c,v 1.25 2001/01/18 02:53:57 bwelling Exp $ */ +/* $Id: zone_test.c,v 1.26 2001/01/22 22:29:36 gson Exp $ */ #include +#include +#include + +#include #include #include