summaryrefslogtreecommitdiff
path: root/sunrpc/rpc/pmap_clnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'sunrpc/rpc/pmap_clnt.h')
-rw-r--r--sunrpc/rpc/pmap_clnt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sunrpc/rpc/pmap_clnt.h b/sunrpc/rpc/pmap_clnt.h
index 46e196ba3a..f1a9d9be88 100644
--- a/sunrpc/rpc/pmap_clnt.h
+++ b/sunrpc/rpc/pmap_clnt.h
@@ -35,6 +35,10 @@
* Copyright (C) 1984, Sun Microsystems, Inc.
*/
+#ifndef _RPC_PMAP_CLNT_H
+#define _RPC_PMAP_CLNT_H 1
+#include <features.h>
+
__BEGIN_DECLS
typedef bool_t (*resultproc_t)();