Add a GPL copyright notice.
[gnulib.git] / lib / md5.c
index b938e1c..999e25e 100644 (file)
--- a/lib/md5.c
+++ b/lib/md5.c
@@ -29,7 +29,9 @@
 #include <stddef.h>
 #include <string.h>
 
-#include "unlocked-io.h"
+#if USE_UNLOCKED_IO
+# include "unlocked-io.h"
+#endif
 
 #ifdef _LIBC
 # include <endian.h>