diff options
Diffstat (limited to 'nptl_db/thread_dbP.h')
-rw-r--r-- | nptl_db/thread_dbP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl_db/thread_dbP.h b/nptl_db/thread_dbP.h index 712fa3aeb6..7e7d1d5535 100644 --- a/nptl_db/thread_dbP.h +++ b/nptl_db/thread_dbP.h @@ -27,7 +27,7 @@ #include <assert.h> #include "proc_service.h" #include "thread_db.h" -#include "../nptl/pthreadP.h" /* This is for *_BITMASK only. */ +#include <pthreadP.h> /* This is for *_BITMASK only. */ #include <list.h> #include <gnu/lib-names.h> #include <libc-diag.h> |