From d49e12fd465868c5fb45f1cf5cfb701843f9bc69 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 25 Aug 2005 16:30:01 +0000 Subject: [PATCH] Include . Otherwise, we'd lose LARGEFILE support in any file using e.g. "fcntl--.h" --- lib/open-safer.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/open-safer.c b/lib/open-safer.c index 79ce8d5635..c7800a3959 100644 --- a/lib/open-safer.c +++ b/lib/open-safer.c @@ -17,6 +17,10 @@ /* Written by Paul Eggert. */ +#if HAVE_CONFIG_H +# include +#endif + #include "fcntl-safer.h" #include -- 2.30.2