Include <config.h>.

Otherwise, we'd lose LARGEFILE support in any file using e.g. "fcntl--.h"
This commit is contained in:
Jim Meyering 2005-08-25 16:28:18 +00:00
parent 1d6e649c83
commit dd03b039e8

View File

@ -17,6 +17,10 @@
/* Written by Paul Eggert. */
#if HAVE_CONFIG_H
# include <config.h>
#endif
#include "fcntl-safer.h"
#include <fcntl.h>