From 6b3a22241612763d4c36fc6f038fa073e528117a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 29 Jul 1996 05:54:17 +0000 Subject: Mon Jul 29 01:27:07 1996 Roland McGrath * sunrpc/rpc/rpc_msg.h: Fix botched patch for multiple inclusion protection. * configure.in: Grok `--enable-add-ons=DIR1,DIR2,...', and configure in those directories. * config.make.in (add-ons): New varaible, set from @subdirs@. * Makefile (subdirs): Added $(add-ons) at the end. --- sunrpc/rpc/rpc_msg.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sunrpc') 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 + /* * rpc_msg.h * rpc message definition -- cgit 1.4.1