diff options
Diffstat (limited to 'lib/libpthread/sys/thr_error.c')
-rw-r--r-- | lib/libpthread/sys/thr_error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/sys/thr_error.c b/lib/libpthread/sys/thr_error.c index 0d08ae8..837c5ee 100644 --- a/lib/libpthread/sys/thr_error.c +++ b/lib/libpthread/sys/thr_error.c @@ -35,7 +35,7 @@ */ #ifdef _THREAD_SAFE #include <pthread.h> -#include "pthread_private.h" +#include "thr_private.h" extern int errno; int * __error() |