crypt: fix the prototype of md5_sum, sha256_sum and sha512_sum
[musl] / src / thread / pthread_join.c
index 86191f2..719c91c 100644 (file)
@@ -1,4 +1,5 @@
 #include "pthread_impl.h"
+#include <sys/mman.h>
 
 static void dummy(void *p)
 {