remove riscv64 bits/user.h contents
[musl] / src / thread / pthread_getschedparam.c
index 05be424..1cba073 100644 (file)
@@ -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)
 {