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/posixtm.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/posixtm.c') diff --git a/lib/posixtm.c b/lib/posixtm.c index 22f636ebb..1400e5a51 100644 --- a/lib/posixtm.c +++ b/lib/posixtm.c @@ -38,7 +38,10 @@ #endif #include "posixtm.h" -#include "unlocked-io.h" + +#if USE_UNLOCKED_IO +# include "unlocked-io.h" +#endif /* ISDIGIT differs from isdigit, as follows: - Its arg may be any int or unsigned int; it need not be an unsigned char. -- cgit v1.2.3-54-g00ecf