diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-01-15 16:12:10 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-01-15 16:12:10 -0800 |
commit | 54ffb8abf94365496a2dbf5d792b6977d6a8ef06 (patch) | |
tree | fdd31cab527be6fc0695100de9f72813087440ba /include/private | |
parent | cce8bd12da6d8419a8770e4552a51ec297c250c2 (diff) | |
download | frameworks_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.h | 2 |
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> |