fix arm __a_barrier_oldkuser when built as thumb
[musl] / src / thread / pthread_setschedparam.c
index ab45f2f..038d13d 100644 (file)
@@ -1,4 +1,5 @@
 #include "pthread_impl.h"
+#include "lock.h"
 
 int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param)
 {