From 0ffc4a7d848e8bb2103c202e40807e65d9705d1e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 27 Sep 2005 08:58:55 +0000 Subject: [PATCH] [HAVE_CONFIG_H]: Include . --- lib/fts-cycle.c | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.47.3