summaryrefslogtreecommitdiff
path: root/lib/open-safer.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-08-25 16:30:01 +0000
committerJim Meyering <jim@meyering.net>2005-08-25 16:30:01 +0000
commitd49e12fd465868c5fb45f1cf5cfb701843f9bc69 (patch)
tree1411e257b5069e85abffcdb9f8529ed430847f78 /lib/open-safer.c
parent29942c4446fa475ae3d08a60eb294bcee749c706 (diff)
downloadgnulib-d49e12fd465868c5fb45f1cf5cfb701843f9bc69.tar.gz
Include <config.h>.
Otherwise, we'd lose LARGEFILE support in any file using e.g. "fcntl--.h"
Diffstat (limited to 'lib/open-safer.c')
-rw-r--r--lib/open-safer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/open-safer.c b/lib/open-safer.c
index 79ce8d5635..c7800a3959 100644
--- 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>