auto import from //branches/cupcake/...@126645
diff --git a/libc/bionic/libc_init_common.c b/libc/bionic/libc_init_common.c
index 0944cb0..de4919d 100644
--- a/libc/bionic/libc_init_common.c
+++ b/libc/bionic/libc_init_common.c
@@ -36,7 +36,7 @@
 #include "atexit.h"
 #include "libc_init_common.h"
 
-#include <sys/tls.h>
+#include <bionic_tls.h>
 #include <errno.h>
 
 extern void _init(void);