diff options
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)(); |