aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fd-reopen.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-10-30 21:44:31 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-10-30 21:44:31 +0000
commit9c9083d9a73d97c41f422a386d89c48690ea101f (patch)
treec66290dcef55a96f0aa0a413e8752876d1bd1945 /lib/fd-reopen.c
parent(futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]: (diff)
downloadcoreutils-9c9083d9a73d97c41f422a386d89c48690ea101f.tar.gz
coreutils-9c9083d9a73d97c41f422a386d89c48690ea101f.zip
[defined HAVE_CONFIG_H]: Include <config.h>, so that large files can be opened.
Diffstat (limited to 'lib/fd-reopen.c')
-rw-r--r--lib/fd-reopen.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/fd-reopen.c b/lib/fd-reopen.c
index 28a1b9ec4..12c55f082 100644
--- a/lib/fd-reopen.c
+++ b/lib/fd-reopen.c
@@ -18,6 +18,10 @@
/* Written by Paul Eggert. */
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include "fd-reopen.h"
#include <errno.h>