Include <config.h>.
authorJim Meyering <jim@meyering.net>
Thu, 25 Aug 2005 16:30:01 +0000 (16:30 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 25 Aug 2005 16:30:01 +0000 (16:30 +0000)
Otherwise, we'd lose LARGEFILE support in any file using e.g. "fcntl--.h"

lib/open-safer.c

index 79ce8d5..c7800a3 100644 (file)
 
 /* Written by Paul Eggert.  */
 
+#if HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include "fcntl-safer.h"
 
 #include <fcntl.h>