diff options
Diffstat (limited to 'nptl/unwind.c')
-rw-r--r-- | nptl/unwind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/unwind.c b/nptl/unwind.c index 7ccb21382b..f2b97d1293 100644 --- a/nptl/unwind.c +++ b/nptl/unwind.c @@ -21,7 +21,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> -#include "pthreadP.h" +#include <pthreadP.h> #include <jmpbuf-unwind.h> #ifdef HAVE_FORCED_UNWIND |