From fa4a36fdffe7a96c60dd5baf383e6c731a11a8c5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 25 Jun 2003 11:04:58 +0000 Subject: * posix/transbug.c: Include for memset and strlen declarations. * stdio-common/tst-sprintf.c: Include for free declaration. * stdlib/tst-strtod.c (main): Pass long double value. * test-skeleton.c: Include for nanosleep declaration. 2003-06-25 Andreas Jaeger * posix/transbug.c: Include for memset and strlen declarations. * stdio-common/tst-sprintf.c: Include for free declaration. * stdlib/tst-strtod.c (main): Pass long double value. * test-skeleton.c: Include for nanosleep declaration. --- test-skeleton.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test-skeleton.c') diff --git a/test-skeleton.c b/test-skeleton.c index 1bffa69320..5ca9a3d8ff 100644 --- a/test-skeleton.c +++ b/test-skeleton.c @@ -29,6 +29,7 @@ #include #include #include +#include /* The test function is normally called `do_test' and it is called with argc and argv as the arguments. We nevertheless provide the -- cgit v1.2.1