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