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. --- posix/transbug.c | 1 + 1 file changed, 1 insertion(+) (limited to 'posix/transbug.c') diff --git a/posix/transbug.c b/posix/transbug.c index 434674fd55..3ae4929593 100755 --- a/posix/transbug.c +++ b/posix/transbug.c @@ -5,6 +5,7 @@ #include #include #include +#include /* lowercase chars mapped to uppercase */ static const char casetable[] = { -- cgit v1.2.3