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/mountlist.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/mountlist.c') diff --git a/lib/mountlist.c b/lib/mountlist.c index c9c146336..55071c3fc 100644 --- a/lib/mountlist.c +++ b/lib/mountlist.c @@ -134,7 +134,10 @@ char *strstr (); #endif #include "mountlist.h" -#include "unlocked-io.h" + +#if USE_UNLOCKED_IO +# include "unlocked-io.h" +#endif #ifndef SIZE_MAX # define SIZE_MAX ((size_t) -1) -- cgit v1.2.3-54-g00ecf