From 1cc46fbf537a89aa60128e84b5973a831221220d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 4 Oct 2004 20:18:43 +0000 Subject: Sync from gnulib, to remove dependencies of other modules on unlocked-io. --- lib/closeout.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/closeout.c') diff --git a/lib/closeout.c b/lib/closeout.c index 3c7bed9c3..16e6f9f67 100644 --- a/lib/closeout.c +++ b/lib/closeout.c @@ -32,9 +32,12 @@ #include "error.h" #include "exitfail.h" #include "quotearg.h" -#include "unlocked-io.h" #include "__fpending.h" +#if USE_UNLOCKED_IO +# include "unlocked-io.h" +#endif + static const char *file_name; /* Set the file name to be reported in the event an error is detected -- cgit v1.2.3