summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-09-27 08:58:55 +0000
committerJim Meyering <jim@meyering.net>2005-09-27 08:58:55 +0000
commit0ffc4a7d848e8bb2103c202e40807e65d9705d1e (patch)
tree070e7beb223793c177d15fdff683f8eec5b948e7
parent52e05089cc379c0f8e63403a35671dbdb22fac26 (diff)
downloadcoreutils-0ffc4a7d848e8bb2103c202e40807e65d9705d1e.tar.xz
[HAVE_CONFIG_H]: Include <config.h>.
-rw-r--r--lib/fts-cycle.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/fts-cycle.c b/lib/fts-cycle.c
index 8c09fb948..13b43dbdd 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 <config.h>
+#endif
+
#include "cycle-check.h"
#include "hash.h"