From dd03b039e8acf3060c9dc1c3f2ec005398479ee5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 25 Aug 2005 16:28:18 +0000 Subject: 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 79ce8d563..c7800a395 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 -- cgit v1.2.3-54-g00ecf