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/libaccess/aclutil.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/libaccess/aclutil.cpp') diff --git a/lib/libaccess/aclutil.cpp b/lib/libaccess/aclutil.cpp index 0d14f96e..77bdf60b 100644 --- a/lib/libaccess/aclutil.cpp +++ b/lib/libaccess/aclutil.cpp @@ -36,6 +36,11 @@ * All rights reserved. * END COPYRIGHT BLOCK **/ +#ifdef HAVE_CONFIG_H +# include +#endif + + /* * Source file for the TimeOfDay and DayOfWeek LAS drivers */ -- cgit