clean up sloppy nested inclusion from pthread_impl.h
[musl] / src / thread / synccall.c
index 2b7eac2..dc59863 100644 (file)
@@ -1,5 +1,6 @@
 #include "pthread_impl.h"
 #include <semaphore.h>
+#include <string.h>
 
 static struct chain {
        struct chain *next;