summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_find_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_find_thread.c')
-rw-r--r--lib/libpthread/thread/thr_find_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_find_thread.c b/lib/libpthread/thread/thr_find_thread.c
index e6e9294..032fcfb 100644
--- a/lib/libpthread/thread/thr_find_thread.c
+++ b/lib/libpthread/thread/thr_find_thread.c
@@ -33,7 +33,7 @@
*/
#include <errno.h>
#include <pthread.h>
-#include "pthread_private.h"
+#include "thr_private.h"
/* Find a thread in the linked list of active threads: */
int
OpenPOWER on IntegriCloud