]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - md5.h
imsm: defend against unsupported migrations (temporary)
[thirdparty/mdadm.git] / md5.h
diff --git a/md5.h b/md5.h
index 1c29e67b4ef01bc7ee2b8a3e1a0a4f937aeb9fd0..145970d4e1514647e35964347068c6f9f39a54f5 100644 (file)
--- a/md5.h
+++ b/md5.h
@@ -27,7 +27,7 @@
 #if HAVE_INTTYPES_H
 # include <inttypes.h>
 #endif
-#if HAVE_STDINT_H || _LIBC
+#if HAVE_STDINT_H || _LIBC || defined __UCLIBC__
 # include <stdint.h>
 #endif