diff options
author | Elliott Hughes <enh@google.com> | 2014-05-21 17:02:44 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-05-21 17:02:44 +0000 |
commit | daf6912838dd27e3c064c4e7df98b6165549af82 (patch) | |
tree | 6173626eb42486fe2c82cf5e8e204c2509acce8b | |
parent | 768051405e8d471e06447a5b7223c742022f525a (diff) | |
parent | 7136927d3920df90d4672a5f33f5b0785188013e (diff) | |
download | bionic-daf6912838dd27e3c064c4e7df98b6165549af82.zip bionic-daf6912838dd27e3c064c4e7df98b6165549af82.tar.gz bionic-daf6912838dd27e3c064c4e7df98b6165549af82.tar.bz2 |
Merge "Fix x86_64 __set_tls.c build failure."
-rw-r--r-- | libc/arch-x86_64/bionic/__set_tls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/arch-x86_64/bionic/__set_tls.c b/libc/arch-x86_64/bionic/__set_tls.c index 6845444..10fd36f 100644 --- a/libc/arch-x86_64/bionic/__set_tls.c +++ b/libc/arch-x86_64/bionic/__set_tls.c @@ -26,6 +26,7 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> #include <asm/prctl.h> #include <stdint.h> |