X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/fb75d3cd5ad603bd255d9cdc20aeca674c6f3720..f243e70b91b9a25a4cda052f37f48fb5aa49bf39:/print-sunrpc.c?ds=sidebyside diff --git a/print-sunrpc.c b/print-sunrpc.c index 998d88fd..54e32d86 100644 --- a/print-sunrpc.c +++ b/print-sunrpc.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-sunrpc.c,v 1.38 2000-10-03 02:55:01 itojun Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-sunrpc.c,v 1.39 2000-10-07 05:53:13 itojun Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -36,9 +36,6 @@ struct mbuf; struct rtentry; #include -#ifdef INET6 -#include -#endif #include #ifdef HAVE_RPC_RPCENT_H @@ -55,6 +52,9 @@ struct rtentry; #include "addrtoname.h" #include "ip.h" +#ifdef INET6 +#include "ip6.h" +#endif static struct tok proc2str[] = { { PMAPPROC_NULL, "null" },