summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2016-01-22 23:23:13 +0000
committerdholland <dholland@NetBSD.org>2016-01-22 23:23:13 +0000
commit5ab6b1683e367577f0e0cf54b767ea3bd40c33dc (patch)
treeed7aa903473fb459ee1f8e14a65dd6fc47d0ee45 /include
parentf0e6f4b88d58625ba075a905a72c84e924713faf (diff)
Uses BEGIN_DECLS and needs sys/cdefs.h.
Diffstat (limited to 'include')
-rw-r--r--include/rpcsvc/ypclnt.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/rpcsvc/ypclnt.h b/include/rpcsvc/ypclnt.h
index 90e8209930f..bc14d6e460b 100644
--- a/include/rpcsvc/ypclnt.h
+++ b/include/rpcsvc/ypclnt.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ypclnt.h,v 1.14 2012/03/02 17:27:48 christos Exp $ */
+/* $NetBSD: ypclnt.h,v 1.15 2016/01/22 23:23:13 dholland Exp $ */
/*
* Copyright (c) 1992, 1993 Theo de Raadt <deraadt@fsa.ca>
@@ -29,6 +29,8 @@
#ifndef _RPCSVC_YPCLNT_H_
#define _RPCSVC_YPCLNT_H_
+#include <sys/cdefs.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 */