[defined HAVE_CONFIG_H]: Include <config.h>, so that large files can be opened.

This commit is contained in:
Paul Eggert 2005-10-30 21:44:31 +00:00
parent 9fb982e150
commit 9c9083d9a7

View File

@ -18,6 +18,10 @@
/* Written by Paul Eggert. */
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "fd-reopen.h"
#include <errno.h>