From bb5badf17087099dd9140f812778f7a8615b2111 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Mon, 31 Oct 2016 16:46:57 -0400 Subject: 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. --- nptl_db/thread_dbP.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nptl_db') 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 #include +#include /* Indeces for the symbol names. */ enum -- cgit 1.4.1