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 0d08ae83729a..837c5eee18a6 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() |
