diff --git a/bin/tests/adb_test.c b/bin/tests/adb_test.c index f1ba0a3e95..98bf4c7ca9 100644 --- a/bin/tests/adb_test.c +++ b/bin/tests/adb_test.c @@ -15,11 +15,12 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: adb_test.c,v 1.58 2000/08/26 02:21:42 explorer Exp $ */ +/* $Id: adb_test.c,v 1.59 2000/11/10 05:34:07 bwelling Exp $ */ #include #include +#include #include #include diff --git a/bin/tests/byname_test.c b/bin/tests/byname_test.c index 45f98c5fe4..efab7c66f2 100644 --- a/bin/tests/byname_test.c +++ b/bin/tests/byname_test.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: byname_test.c,v 1.23 2000/09/15 22:00:00 bwelling Exp $ */ +/* $Id: byname_test.c,v 1.24 2000/11/10 05:34:08 bwelling Exp $ */ /* * Principal Author: Bob Halley @@ -24,6 +24,7 @@ #include #include +#include #include #include diff --git a/bin/tests/compress_test.c b/bin/tests/compress_test.c index 5199b4694f..2494f8882d 100644 --- a/bin/tests/compress_test.c +++ b/bin/tests/compress_test.c @@ -15,11 +15,12 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: compress_test.c,v 1.20 2000/08/01 01:12:39 tale Exp $ */ +/* $Id: compress_test.c,v 1.21 2000/11/10 05:34:09 bwelling Exp $ */ #include #include +#include #include #include diff --git a/bin/tests/lwres_test.c b/bin/tests/lwres_test.c index ebf28fdce8..069a449d0c 100644 --- a/bin/tests/lwres_test.c +++ b/bin/tests/lwres_test.c @@ -15,12 +15,13 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwres_test.c,v 1.23 2000/08/01 01:12:57 tale Exp $ */ +/* $Id: lwres_test.c,v 1.24 2000/11/10 05:34:11 bwelling Exp $ */ #include #include #include +#include #include #include diff --git a/bin/tests/master_test.c b/bin/tests/master_test.c index da608239d1..d8d6f7e907 100644 --- a/bin/tests/master_test.c +++ b/bin/tests/master_test.c @@ -15,11 +15,12 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: master_test.c,v 1.24 2000/08/01 01:13:00 tale Exp $ */ +/* $Id: master_test.c,v 1.25 2000/11/10 05:34:12 bwelling Exp $ */ #include #include +#include #include #include diff --git a/bin/tests/shutdown_test.c b/bin/tests/shutdown_test.c index 6ea32e7c5d..1ca2361247 100644 --- a/bin/tests/shutdown_test.c +++ b/bin/tests/shutdown_test.c @@ -15,11 +15,12 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: shutdown_test.c,v 1.16 2000/08/01 01:13:20 tale Exp $ */ +/* $Id: shutdown_test.c,v 1.17 2000/11/10 05:34:13 bwelling Exp $ */ #include #include +#include #include #include diff --git a/bin/tests/sock_test.c b/bin/tests/sock_test.c index 8aeb383fc2..c573633846 100644 --- a/bin/tests/sock_test.c +++ b/bin/tests/sock_test.c @@ -15,11 +15,12 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sock_test.c,v 1.45 2000/08/01 01:13:21 tale Exp $ */ +/* $Id: sock_test.c,v 1.46 2000/11/10 05:34:14 bwelling Exp $ */ #include #include +#include #include #include diff --git a/bin/tests/sym_test.c b/bin/tests/sym_test.c index 37a366ddb7..ac4271c049 100644 --- a/bin/tests/sym_test.c +++ b/bin/tests/sym_test.c @@ -15,10 +15,12 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sym_test.c,v 1.20 2000/08/01 01:13:23 tale Exp $ */ +/* $Id: sym_test.c,v 1.21 2000/11/10 05:34:15 bwelling Exp $ */ #include +#include + #include #include #include diff --git a/bin/tests/timer_test.c b/bin/tests/timer_test.c index 8f639c18f6..f5caf25f56 100644 --- a/bin/tests/timer_test.c +++ b/bin/tests/timer_test.c @@ -15,11 +15,12 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timer_test.c,v 1.34 2000/08/01 01:13:26 tale Exp $ */ +/* $Id: timer_test.c,v 1.35 2000/11/10 05:34:16 bwelling Exp $ */ #include #include +#include #include #include