diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1997-05-07 02:27:18 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1997-05-07 02:27:18 +0000 |
| commit | 48ea0bec18feafd62cc2f7df74234da2e504e86a (patch) | |
| tree | 06c901b37e9f1535a72cd438fa75be9f98adaa7a /include/rpcsvc | |
| parent | 89ee8ac3d677a0ff0d0c85ee38f1374fa4fe7c5e (diff) | |
Notes
Diffstat (limited to 'include/rpcsvc')
| -rw-r--r-- | include/rpcsvc/yp_prot.h | 4 | ||||
| -rw-r--r-- | include/rpcsvc/ypclnt.h | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/include/rpcsvc/yp_prot.h b/include/rpcsvc/yp_prot.h index d72fd0b8f517..3ef704659805 100644 --- a/include/rpcsvc/yp_prot.h +++ b/include/rpcsvc/yp_prot.h @@ -26,12 +26,14 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: yp_prot.h,v 1.6 1997/02/23 09:17:33 peter Exp $ */ #ifndef _RPCSVC_YP_PROT_H_ #define _RPCSVC_YP_PROT_H_ +#include <rpc/rpc.h> + /* * YPSERV PROTOCOL: * diff --git a/include/rpcsvc/ypclnt.h b/include/rpcsvc/ypclnt.h index 5ed87027a64f..97ca44087a37 100644 --- a/include/rpcsvc/ypclnt.h +++ b/include/rpcsvc/ypclnt.h @@ -26,12 +26,15 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: ypclnt.h,v 1.6 1997/02/23 09:17:34 peter Exp $ */ #ifndef _RPCSVC_YPCLNT_H_ #define _RPCSVC_YPCLNT_H_ +#include <rpc/rpc.h> +#include <rpcsvc/yp_prot.h> + #define YPERR_BADARGS 1 /* args to function are bad */ #define YPERR_RPC 2 /* RPC failure */ #define YPERR_DOMAIN 3 /* can't bind to a server for domain */ |
