X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fthread%2Fpthread_getschedparam.c;h=1cba073d0c7d549023e2b5cc7faeb1ec8faa401e;hb=d493206de7df4db07ad34f24701539ba0a6ed38c;hp=05be42427c4503b5b6d7f1ab7a339a0d186aa641;hpb=526e64f54d729947b35fd39129bc86cbc0b5f098;p=musl diff --git a/src/thread/pthread_getschedparam.c b/src/thread/pthread_getschedparam.c index 05be4242..1cba073d 100644 --- a/src/thread/pthread_getschedparam.c +++ b/src/thread/pthread_getschedparam.c @@ -1,4 +1,5 @@ #include "pthread_impl.h" +#include "lock.h" int pthread_getschedparam(pthread_t t, int *restrict policy, struct sched_param *restrict param) {