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.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'utils/gssd/context.c') diff --git a/utils/gssd/context.c b/utils/gssd/context.c index 0ca7079..1e50bbf 100644 --- a/utils/gssd/context.c +++ b/utils/gssd/context.c @@ -28,7 +28,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "config.h" +#ifdef HAVE_CONFIG_H +#include +#endif /* HAVE_CONFIG_H */ + #include #include #include -- cgit