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 + --- include/libaccess/ipfstruct.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/libaccess/ipfstruct.h') diff --git a/include/libaccess/ipfstruct.h b/include/libaccess/ipfstruct.h index 37d1d7c6..d67bbbe1 100644 --- a/include/libaccess/ipfstruct.h +++ b/include/libaccess/ipfstruct.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include +#endif + #ifndef __ipfstruct_h #define __ipfstruct_h -- cgit