From: Jim Meyering Date: Thu, 25 Aug 2005 16:30:01 +0000 (+0000) Subject: Include . X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d49e12fd465868c5fb45f1cf5cfb701843f9bc69;p=pspp 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