X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fthread%2Fpthread_join.c;h=719c91ca24f7b03f729657a27208e10e3bf1c020;hb=4d98280388a21db6913911ff647b2e56338d46cf;hp=86191f252dda86cc398a57303a482afbcb5a7ddd;hpb=8fe5fa56eeade4fc19c5401861c179c2fdfeaf3d;p=musl diff --git a/src/thread/pthread_join.c b/src/thread/pthread_join.c index 86191f25..719c91ca 100644 --- a/src/thread/pthread_join.c +++ b/src/thread/pthread_join.c @@ -1,4 +1,5 @@ #include "pthread_impl.h" +#include static void dummy(void *p) {