summaryrefslogtreecommitdiff
path: root/src/thread/pthread_setschedprio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/pthread_setschedprio.c')
-rw-r--r--src/thread/pthread_setschedprio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/thread/pthread_setschedprio.c b/src/thread/pthread_setschedprio.c
index c353f6b5..5bf4a019 100644
--- a/src/thread/pthread_setschedprio.c
+++ b/src/thread/pthread_setschedprio.c
@@ -1,4 +1,5 @@
#include "pthread_impl.h"
+#include "lock.h"
int pthread_setschedprio(pthread_t t, int prio)
{