summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_yield.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_yield.c')
-rw-r--r--lib/libpthread/thread/thr_yield.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_yield.c b/lib/libpthread/thread/thr_yield.c
index ec89255..ed66da6 100644
--- a/lib/libpthread/thread/thr_yield.c
+++ b/lib/libpthread/thread/thr_yield.c
@@ -32,7 +32,7 @@
* $FreeBSD$
*/
#include <pthread.h>
-#include "pthread_private.h"
+#include "thr_private.h"
__weak_reference(_sched_yield, sched_yield);
__weak_reference(_pthread_yield, pthread_yield);
OpenPOWER on IntegriCloud