diff --git a/ChangeLog b/ChangeLog index ba45fbabc2..d8b5cc17a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-12-28 Andreas Jaeger + * sunrpc/rpc_dtable.c: Include rpc/clnt.h for prototypes. + * elf/dl-minimal.c: Add prototypes. * include/locale.h: Add internal prototypes. diff --git a/sunrpc/rpc_dtable.c b/sunrpc/rpc_dtable.c index 90e5b1e9cb..b21f0aed37 100644 --- a/sunrpc/rpc_dtable.c +++ b/sunrpc/rpc_dtable.c @@ -32,6 +32,7 @@ static char sccsid[] = "@(#)rpc_dtablesize.c 1.2 87/08/11 Copyr 1987 Sun Micro"; #endif #include +#include /* * Cache the result of getdtablesize(), so we don't have to do an