summaryrefslogtreecommitdiff
path: root/lib/mountlist.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-10-04 20:18:43 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-10-04 20:18:43 +0000
commit1cc46fbf537a89aa60128e84b5973a831221220d (patch)
tree4c930d113bc9fdd3180197fe438900e569423775 /lib/mountlist.c
parentbe1d0e7285afc1084b86b50ab64e86eb5bb9bb3d (diff)
downloadcoreutils-1cc46fbf537a89aa60128e84b5973a831221220d.tar.xz
Sync from gnulib, to remove dependencies of other modules on unlocked-io.
Diffstat (limited to 'lib/mountlist.c')
-rw-r--r--lib/mountlist.c5
1 files changed, 4 insertions, 1 deletions
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)