Include rpc_com.h.
This commit is contained in:
parent
0a46d2378d
commit
858b3fd46a
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: clnt.h,v 1.16 2001/06/19 12:52:20 wiz Exp $ */
|
||||
/* $NetBSD: clnt.h,v 1.17 2002/11/08 00:10:58 fvdl Exp $ */
|
||||
|
||||
/*
|
||||
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
|
||||
|
@ -42,6 +42,8 @@
|
|||
#define _RPC_CLNT_H_
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
#include <rpc/rpc_com.h>
|
||||
|
||||
/*
|
||||
* Well-known IPV6 RPC broadcast address.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue