From 829a38c5d3aca3feeef4025200d4f4af0044b801 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 29 Mar 2004 07:28:52 +0000 Subject: [PATCH] Include dirfd.h, for dirfd. --- lib/fts.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fts.c b/lib/fts.c index 1e8e5cc8f6..6548908d06 100644 --- a/lib/fts.c +++ b/lib/fts.c @@ -47,6 +47,7 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94"; #endif #include #include +#include "dirfd.h" #include "fts_.h" #include #include -- 2.47.2