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/argmatch.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/argmatch.c') diff --git a/lib/argmatch.c b/lib/argmatch.c index ffc638c27..e7c2575c0 100644 --- a/lib/argmatch.c +++ b/lib/argmatch.c @@ -39,7 +39,10 @@ #include "exit.h" #include "quotearg.h" #include "quote.h" -#include "unlocked-io.h" + +#if USE_UNLOCKED_IO +# include "unlocked-io.h" +#endif /* When reporting an invalid argument, show nonprinting characters by using the quoting style ARGMATCH_QUOTING_STYLE. Do not use -- cgit v1.2.3-54-g00ecf