diff options
Diffstat (limited to 'lib/libpthread/thread/thr_gc.c')
| -rw-r--r-- | lib/libpthread/thread/thr_gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_gc.c b/lib/libpthread/thread/thr_gc.c index 9c930288f9e3..63e23f8a4afd 100644 --- a/lib/libpthread/thread/thr_gc.c +++ b/lib/libpthread/thread/thr_gc.c @@ -41,7 +41,7 @@ #include <unistd.h> #include <sys/types.h> #include <pthread.h> -#include "pthread_private.h" +#include "thr_private.h" pthread_addr_t _thread_gc(pthread_addr_t arg) |
