diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-01-13 23:15:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-01-13 23:15:57 +0000 |
commit | b177ed2b58d4db52e9dac00ab6575213817cd9ea (patch) | |
tree | 9a5491dfb13e8b4dfab141766305deec10571223 | |
parent | 81757a63c4102e4a322fd6c538ab3b681c636364 (diff) | |
download | glibc-b177ed2b58d4db52e9dac00ab6575213817cd9ea.tar glibc-b177ed2b58d4db52e9dac00ab6575213817cd9ea.tar.gz glibc-b177ed2b58d4db52e9dac00ab6575213817cd9ea.tar.bz2 glibc-b177ed2b58d4db52e9dac00ab6575213817cd9ea.zip |
Include <tls.h>.
-rw-r--r-- | sysdeps/x86_64/dl-machine.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/x86_64/dl-machine.h b/sysdeps/x86_64/dl-machine.h index 472070c9d5..1637862b8f 100644 --- a/sysdeps/x86_64/dl-machine.h +++ b/sysdeps/x86_64/dl-machine.h @@ -1,5 +1,5 @@ /* Machine-dependent ELF dynamic relocation inline functions. x86-64 version. - Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Jaeger <aj@suse.de>. @@ -25,6 +25,7 @@ #include <sys/param.h> #include <sysdep.h> +#include <tls.h> /* Return nonzero iff ELF header is compatible with the running host. */ static inline int __attribute__ ((unused)) |