diff options
Diffstat (limited to 'sysdeps/nptl/jmp-unwind.c')
-rw-r--r-- | sysdeps/nptl/jmp-unwind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nptl/jmp-unwind.c b/sysdeps/nptl/jmp-unwind.c index b3a960c980..0ac6b27522 100644 --- a/sysdeps/nptl/jmp-unwind.c +++ b/sysdeps/nptl/jmp-unwind.c @@ -18,7 +18,7 @@ #include <setjmp.h> #include <stddef.h> -#include <pthreadP.h> +#include <nptl/pthreadP.h> extern void __pthread_cleanup_upto (__jmp_buf env, char *targetframe); #pragma weak __pthread_cleanup_upto |