clean up sloppy nested inclusion from pthread_impl.h
[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)
 {