From: Jim Meyering Date: Thu, 25 Aug 2005 16:28:18 +0000 (+0000) Subject: Include . X-Git-Tag: v5.90~328 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd03b039e8acf3060c9dc1c3f2ec005398479ee5;p=thirdparty%2Fcoreutils.git Include . Otherwise, we'd lose LARGEFILE support in any file using e.g. "fcntl--.h" --- 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