commit | daf6912838dd27e3c064c4e7df98b6165549af82 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed May 21 17:02:44 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed May 21 17:02:44 2014 +0000 |
tree | 6173626eb42486fe2c82cf5e8e204c2509acce8b | |
parent | 768051405e8d471e06447a5b7223c742022f525a [diff] | |
parent | 7136927d3920df90d4672a5f33f5b0785188013e [diff] |
Merge "Fix x86_64 __set_tls.c build failure."
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>