From d78a45a152d2270b6e92b451b6b4585567ec2f8a Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Thu, 5 Mar 2009 06:22:31 -0500 Subject: gssd: Use same style for including config.h that rest of nfs-utils uses Clean up. Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- utils/gssd/context_mit.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'utils/gssd/context_mit.c') diff --git a/utils/gssd/context_mit.c b/utils/gssd/context_mit.c index e76a8b1..709a903 100644 --- a/utils/gssd/context_mit.c +++ b/utils/gssd/context_mit.c @@ -28,7 +28,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "config.h" +#ifdef HAVE_CONFIG_H +#include +#endif /* HAVE_CONFIG_H */ #ifndef HAVE_LUCID_CONTEXT_SUPPORT #ifdef HAVE_KRB5 -- cgit