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 79ce8d5635423d83ffbe6893634d13adae3c5943..c7800a3959eb6bbdd225f875d02429c8c99a762b 100644 (file)
 
 /* Written by Paul Eggert.  */
 
+#if HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include "fcntl-safer.h"
 
 #include <fcntl.h>