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 + --- ldap/admin/src/ds_remove_uninst.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ldap/admin/src/ds_remove_uninst.cpp') diff --git a/ldap/admin/src/ds_remove_uninst.cpp b/ldap/admin/src/ds_remove_uninst.cpp index 118c5d55..b7699176 100644 --- a/ldap/admin/src/ds_remove_uninst.cpp +++ b/ldap/admin/src/ds_remove_uninst.cpp @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include +#endif + // ds_remove_uninst.cpp // // ds_remove routines that use c++ calls in adminutil -- cgit