diff --git a/csu/libc-tls.c b/csu/libc-tls.c index 07c37f3af9..0da39b72b4 100644 --- a/csu/libc-tls.c +++ b/csu/libc-tls.c @@ -30,6 +30,7 @@ #include #include #include +#include #ifdef SHARED #error makefile bug, this file is for static only diff --git a/elf/dl-tls.c b/elf/dl-tls.c index 8306a39e8d..5178d9b66a 100644 --- a/elf/dl-tls.c +++ b/elf/dl-tls.c @@ -39,6 +39,12 @@ #include +/* This code is used during early startup when statically linked, + via __libc_setup_tls in csu/libc-tls.c. */ +#ifndef SHARED +# include +#endif + /* Surplus static TLS, GLRO(dl_tls_static_surplus), is used for - IE TLS in libc.so for all dlmopen namespaces except in the initial