diff options
author | Roland McGrath <roland@gnu.org> | 1996-07-30 19:15:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-07-30 19:15:53 +0000 |
commit | 55ad485cee666ff3f771048f0832645312879caf (patch) | |
tree | 73286954c9e269a01c66319c40683599ce180094 /sunrpc | |
parent | d69b7ce7eeaea3e383d400237b3b00c83b8130fc (diff) | |
download | glibc-55ad485cee666ff3f771048f0832645312879caf.tar.gz glibc-55ad485cee666ff3f771048f0832645312879caf.tar.xz glibc-55ad485cee666ff3f771048f0832645312879caf.zip |
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.h | 4 |
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)(); |