diff options
author | Carlos O'Donell <carlos@redhat.com> | 2016-10-31 16:46:57 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2016-10-31 16:46:57 -0400 |
commit | bb5badf17087099dd9140f812778f7a8615b2111 (patch) | |
tree | 47313628e27200f77a7da6881af721fca2f4bdb5 /nptl_db | |
parent | 561ff1ec4251c8dca011dbcf7500b3970b2cf59b (diff) | |
download | glibc-bb5badf17087099dd9140f812778f7a8615b2111.tar.gz |
Bug 20729: Include libc-internal.h where required.
The original fix for bug 20729 failed to include
libc-internal.h in the files that needed them and
this caused build failures on machines that don't
implicitly include this header. This commit fixes
that by following the consensus rule that a header,
if needed, should always be directly included.
Diffstat (limited to 'nptl_db')
-rw-r--r-- | nptl_db/thread_dbP.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl_db/thread_dbP.h b/nptl_db/thread_dbP.h index b53f1c1def..f448547cd3 100644 --- a/nptl_db/thread_dbP.h +++ b/nptl_db/thread_dbP.h @@ -30,6 +30,7 @@ #include "../nptl/pthreadP.h" /* This is for *_BITMASK only. */ #include <list.h> #include <gnu/lib-names.h> +#include <libc-internal.h> /* Indeces for the symbol names. */ enum |