From 28e8a885bf3f5c69c0cb98cdd92a73216f0135a4 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 27 Jan 2013 11:21:51 +0200 Subject: More portability work: dirfd in extensions. --- extension/gawkfts.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extension/gawkfts.c') diff --git a/extension/gawkfts.c b/extension/gawkfts.c index e70a154b..250b13c0 100644 --- a/extension/gawkfts.c +++ b/extension/gawkfts.c @@ -59,6 +59,8 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94"; #include #include +#include "gawkdirfd.h" + #if ! defined(S_ISREG) && defined(S_IFREG) #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) #endif -- cgit v1.2.3