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 96c4862..5254c16 100644 --- a/sysdeps/nptl/jmp-unwind.c +++ b/sysdeps/nptl/jmp-unwind.c @@ -19,7 +19,7 @@ #include <setjmp.h> #include <stddef.h> #include <libc-lock.h> -#include <nptl/pthreadP.h> +#include <pthreadP.h> void _longjmp_unwind (jmp_buf env, int val) |