summaryrefslogtreecommitdiff
path: root/sunrpc
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-07-30 19:15:53 +0000
committerRoland McGrath <roland@gnu.org>1996-07-30 19:15:53 +0000
commit55ad485cee666ff3f771048f0832645312879caf (patch)
tree73286954c9e269a01c66319c40683599ce180094 /sunrpc
parentd69b7ce7eeaea3e383d400237b3b00c83b8130fc (diff)
Tue Jul 30 15:14:50 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* sunrpc/rpc/pmap_clnt.h: Fix botched patch for multiple inclusion protection.
Diffstat (limited to 'sunrpc')
-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)();