Include <rpc/rpc.h> so XDR is defined.
This commit is contained in:
parent
ff993d476d
commit
e94e0027be
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: yp_prot.h,v 1.18 2013/01/23 17:27:35 mbalmer Exp $ */
|
||||
/* $NetBSD: yp_prot.h,v 1.19 2016/01/22 23:22:56 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993 Theo de Raadt <deraadt@fsa.ca>
|
||||
@ -29,6 +29,8 @@
|
||||
#ifndef _RPCSVC_YP_PROT_H_
|
||||
#define _RPCSVC_YP_PROT_H_
|
||||
|
||||
#include <rpc/rpc.h> /* for XDR */
|
||||
|
||||
/*
|
||||
* YPSERV PROTOCOL:
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user