From d18d18cf5ea7a4b8b9420f1dcab6ecc317fe9fd8 Mon Sep 17 00:00:00 2001 From: Thorsten Lockert Date: Mon, 25 Mar 1996 21:58:39 +0000 Subject: Pull in more prototypes --- lib/libc/rpc/getrpcport.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libc/rpc') diff --git a/lib/libc/rpc/getrpcport.c b/lib/libc/rpc/getrpcport.c index 24accc992b8..1d34cad1e4e 100644 --- a/lib/libc/rpc/getrpcport.c +++ b/lib/libc/rpc/getrpcport.c @@ -42,11 +42,13 @@ static char *rcsid = "$NetBSD: getrpcport.c,v 1.5 1995/06/03 22:37:24 mycroft Ex #include #include #include +#include #include #include getrpcport(host, prognum, versnum, proto) char *host; + int prognum, versnum, proto; { struct sockaddr_in addr; struct hostent *hp; -- cgit v1.2.3