diff options
Diffstat (limited to 'sunrpc/rpc/rpc_msg.h')
-rw-r--r-- | sunrpc/rpc/rpc_msg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sunrpc/rpc/rpc_msg.h b/sunrpc/rpc/rpc_msg.h index 220fdd8414..48ae1f988d 100644 --- a/sunrpc/rpc/rpc_msg.h +++ b/sunrpc/rpc/rpc_msg.h @@ -29,6 +29,10 @@ */ /* @(#)rpc_msg.h 1.7 86/07/16 SMI */ +#ifndef _RPC_MSG_H +#define _RPC_MSG_H 1 +#include <sys/cdefs.h> + /* * rpc_msg.h * rpc message definition |