Add a GPL copyright notice.
[gnulib.git] / lib / mountlist.c
index c9c1463..55071c3 100644 (file)
@@ -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)