From 6679b0968981f8be7c33a7df2c30bb5146f3a6d3 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Fri, 10 Nov 2006 23:46:05 +0000 Subject: Resolves: #214533 Summary: configure needs to support --with-fhs (Comment #6) Changes: Added the following include next to the end of the copyright block. + +#ifdef HAVE_CONFIG_H +# include +#endif + --- lib/ldaputil/ldapauth.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/ldaputil/ldapauth.c') diff --git a/lib/ldaputil/ldapauth.c b/lib/ldaputil/ldapauth.c index dd062be6..0039bae5 100644 --- a/lib/ldaputil/ldapauth.c +++ b/lib/ldaputil/ldapauth.c @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include +#endif + /* * ldapauth.cpp: Implements LDAP integration in the web server. * -- cgit