summaryrefslogtreecommitdiffstats
path: root/include/private
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-01-15 16:12:10 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-01-15 16:12:10 -0800
commit54ffb8abf94365496a2dbf5d792b6977d6a8ef06 (patch)
treefdd31cab527be6fc0695100de9f72813087440ba /include/private
parentcce8bd12da6d8419a8770e4552a51ec297c250c2 (diff)
downloadframeworks_av-54ffb8abf94365496a2dbf5d792b6977d6a8ef06.zip
frameworks_av-54ffb8abf94365496a2dbf5d792b6977d6a8ef06.tar.gz
frameworks_av-54ffb8abf94365496a2dbf5d792b6977d6a8ef06.tar.bz2
auto import from //branches/cupcake/...@126645
Diffstat (limited to 'include/private')
-rw-r--r--include/private/opengles/gl_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/opengles/gl_context.h b/include/private/opengles/gl_context.h
index 2aa78d8..3056139 100644
--- a/include/private/opengles/gl_context.h
+++ b/include/private/opengles/gl_context.h
@@ -22,7 +22,7 @@
#include <sys/types.h>
#include <pthread.h>
#ifdef HAVE_ANDROID_OS
-#include <sys/tls.h>
+#include <bionic_tls.h>
#endif
#include <private/pixelflinger/ggl_context.h>