[defined HAVE_CONFIG_H]: Include <config.h>, so that large files can be opened.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 30 Oct 2005 21:44:31 +0000 (21:44 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 30 Oct 2005 21:44:31 +0000 (21:44 +0000)
lib/fd-reopen.c

index 28a1b9ec4d90b04f243245c151e82a8d03ecac2e..12c55f082a36d933456cf21f1794c2a6bbf1ec55 100644 (file)
 
 /* Written by Paul Eggert.  */
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include "fd-reopen.h"
 
 #include <errno.h>