changeset 6116:045e3a398a10

Include <config.h>. Otherwise, we'd lose LARGEFILE support in any file using e.g. "fcntl--.h"
author Jim Meyering <jim@meyering.net>
date Thu, 25 Aug 2005 16:30:01 +0000
parents 07b6ec9ac71f
children 89ac0aa36caf
files lib/open-safer.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/open-safer.c
+++ b/lib/open-safer.c
@@ -17,6 +17,10 @@
 
 /* Written by Paul Eggert.  */
 
+#if HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include "fcntl-safer.h"
 
 #include <fcntl.h>