From: guenther Date: Sat, 17 Jul 2010 19:23:10 +0000 (+0000) Subject: Correct the #includes to avoid warnings in X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a645ec79134951fd6419c9c9faf177ee8948dc10;p=openbsd Correct the #includes to avoid warnings in ok miod@ --- 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 *);