# HG changeset patch # User Jim Meyering # Date 1124987401 0 # Node ID 045e3a398a10a1aa6531db54112220b96e74db1c # Parent 07b6ec9ac71f1c038ff69b41914c4c7d32f6b610 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 --- 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