From 55ad485cee666ff3f771048f0832645312879caf Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 30 Jul 1996 19:15:53 +0000 Subject: Tue Jul 30 15:14:50 1996 Roland McGrath * sunrpc/rpc/pmap_clnt.h: Fix botched patch for multiple inclusion protection. --- sunrpc/rpc/pmap_clnt.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sunrpc/rpc/pmap_clnt.h') 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 + __BEGIN_DECLS typedef bool_t (*resultproc_t)(); -- cgit v1.2.3