From: Jim Meyering Date: Tue, 27 Sep 2005 08:58:55 +0000 (+0000) Subject: [HAVE_CONFIG_H]: Include . X-Git-Tag: v5.90~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ffc4a7d848e8bb2103c202e40807e65d9705d1e;p=thirdparty%2Fcoreutils.git [HAVE_CONFIG_H]: Include . --- diff --git a/lib/fts-cycle.c b/lib/fts-cycle.c index 8c09fb9488..13b43dbdd1 100644 --- a/lib/fts-cycle.c +++ b/lib/fts-cycle.c @@ -18,6 +18,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#ifdef HAVE_CONFIG_H +# include +#endif + #include "cycle-check.h" #include "hash.h"