From a645ec79134951fd6419c9c9faf177ee8948dc10 Mon Sep 17 00:00:00 2001 From: guenther Date: Sat, 17 Jul 2010 19:23:10 +0000 Subject: [PATCH] Correct the #includes to avoid warnings in ok miod@ --- lib/libc/rpc/xdr_rec.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/libc/rpc/xdr_rec.c b/lib/libc/rpc/xdr_rec.c index d20c9f111e3..5b0dd96ea1e 100644 --- a/lib/libc/rpc/xdr_rec.c +++ b/lib/libc/rpc/xdr_rec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xdr_rec.c,v 1.13 2008/12/09 19:40:10 otto Exp $ */ +/* $OpenBSD: xdr_rec.c,v 1.14 2010/07/17 19:23:10 guenther Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -53,8 +53,9 @@ #include #include #include -#include #include +#include +#include static bool_t xdrrec_getlong(XDR *, long *); static bool_t xdrrec_putlong(XDR *, long *); -- 2.20.1