Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include/rpcsvc Include <rpc/rpc.h> so XDR is defined.



details:   https://anonhg.NetBSD.org/src/rev/aa4d6b0768d4
branches:  trunk
changeset: 343104:aa4d6b0768d4
user:      dholland <dholland%NetBSD.org@localhost>
date:      Fri Jan 22 23:22:56 2016 +0000

description:
Include <rpc/rpc.h> so XDR is defined.

diffstat:

 include/rpcsvc/yp_prot.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 108aab9913e0 -r aa4d6b0768d4 include/rpcsvc/yp_prot.h
--- a/include/rpcsvc/yp_prot.h  Fri Jan 22 23:15:58 2016 +0000
+++ b/include/rpcsvc/yp_prot.h  Fri Jan 22 23:22:56 2016 +0000
@@ -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@localhost>
@@ -29,6 +29,8 @@
 #ifndef _RPCSVC_YP_PROT_H_
 #define _RPCSVC_YP_PROT_H_
 
+#include <rpc/rpc.h> /* for XDR */
+
 /*
  * YPSERV PROTOCOL:
  * 



Home | Main Index | Thread Index | Old Index