summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_condattr_destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_condattr_destroy.c')
-rw-r--r--lib/libpthread/thread/thr_condattr_destroy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_condattr_destroy.c b/lib/libpthread/thread/thr_condattr_destroy.c
index 3a05487309c8a..e0ade00883eee 100644
--- a/lib/libpthread/thread/thr_condattr_destroy.c
+++ b/lib/libpthread/thread/thr_condattr_destroy.c
@@ -34,7 +34,7 @@
#include <stdlib.h>
#include <errno.h>
#include <pthread.h>
-#include "pthread_private.h"
+#include "thr_private.h"
__weak_reference(_pthread_condattr_destroy, pthread_condattr_destroy);