commit | 7136927d3920df90d4672a5f33f5b0785188013e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed May 21 10:02:00 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed May 21 10:02:00 2014 -0700 |
tree | 6173626eb42486fe2c82cf5e8e204c2509acce8b | |
parent | 768051405e8d471e06447a5b7223c742022f525a [diff] |
Fix x86_64 __set_tls.c build failure. Change-Id: I697b8ab4ce781d7aebeddb1391b63c653511bbcb
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>