diff options
Diffstat (limited to 'include/link.h')
| -rw-r--r-- | include/link.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/link.h b/include/link.h index e50b8317a..be0b3b83b 100644 --- a/include/link.h +++ b/include/link.h @@ -25,7 +25,7 @@ #include <elf.h> #include <dlfcn.h> #include <sys/types.h> -#ifdef IS_IN_libpthread +#if defined(IS_IN_libpthread) || defined(IS_IN_rtld) #include <tls.h> /* Defines USE_TLS. */ #endif |
