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/systools/sol_patches.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ldap/systools/sol_patches.c') diff --git a/ldap/systools/sol_patches.c b/ldap/systools/sol_patches.c index 0b41091d..01d2f0b2 100644 --- a/ldap/systools/sol_patches.c +++ b/ldap/systools/sol_patches.c @@ -36,6 +36,11 @@ * All rights reserved. * --- END COPYRIGHT BLOCK --- */ +#ifdef HAVE_CONFIG_H +# include +#endif + + /* This list was generated by /u/norikoyasuo/bin/getSolPatches.pl */ /* on droid.mcom.com */ /* at Thu Mar 18 18:34:27 2004 GMT */ -- cgit