diff --git a/lib/libc/rpc/rpc_soc.c b/lib/libc/rpc/rpc_soc.c index 1fe654867965..ed4dc6bbd729 100644 --- a/lib/libc/rpc/rpc_soc.c +++ b/lib/libc/rpc/rpc_soc.c @@ -1,4 +1,4 @@ -/* $NetBSD: rpc_soc.c,v 1.3 2000/06/03 14:30:11 fvdl Exp $ */ +/* $NetBSD: rpc_soc.c,v 1.4 2000/06/04 04:35:13 thorpej Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -67,6 +67,7 @@ static char sccsid[] = "@(#)rpc_soc.c 1.41 89/05/02 Copyr 1988 Sun Micro"; #include #include #include +#include #include #include "rpc_com.h" diff --git a/lib/libc/rpc/svc_dg.c b/lib/libc/rpc/svc_dg.c index 98ea0a14cd56..c46eaffba4a2 100644 --- a/lib/libc/rpc/svc_dg.c +++ b/lib/libc/rpc/svc_dg.c @@ -1,4 +1,4 @@ -/* $NetBSD: svc_dg.c,v 1.1 2000/06/02 23:11:16 fvdl Exp $ */ +/* $NetBSD: svc_dg.c,v 1.2 2000/06/04 04:35:13 thorpej Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -51,6 +51,7 @@ #include #include #include +#include #ifdef RPC_CACHE_DEBUG #include #include diff --git a/lib/libc/rpc/svc_run.c b/lib/libc/rpc/svc_run.c index f47de8b15908..3aa9a1481968 100644 --- a/lib/libc/rpc/svc_run.c +++ b/lib/libc/rpc/svc_run.c @@ -1,4 +1,4 @@ -/* $NetBSD: svc_run.c,v 1.15 2000/06/02 23:11:16 fvdl Exp $ */ +/* $NetBSD: svc_run.c,v 1.16 2000/06/04 04:35:14 thorpej Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -35,7 +35,7 @@ static char *sccsid = "@(#)svc_run.c 1.1 87/10/13 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)svc_run.c 2.1 88/07/29 4.0 RPCSRC"; #else -__RCSID("$NetBSD: svc_run.c,v 1.15 2000/06/02 23:11:16 fvdl Exp $"); +__RCSID("$NetBSD: svc_run.c,v 1.16 2000/06/04 04:35:14 thorpej Exp $"); #endif #endif @@ -48,6 +48,7 @@ __RCSID("$NetBSD: svc_run.c,v 1.15 2000/06/02 23:11:16 fvdl Exp $"); #include #include #include +#include #include #include