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 | 8a7a67538a9977c892389bfcde76a8372aa0b56c (patch) | |
tree | 0782f82f223ddeafa9b08bd2121ded38212f67f7 /include/private | |
parent | 276293246ea9cbc0a578a7697cc48930376ec0e9 (diff) | |
download | frameworks_native-8a7a67538a9977c892389bfcde76a8372aa0b56c.zip frameworks_native-8a7a67538a9977c892389bfcde76a8372aa0b56c.tar.gz frameworks_native-8a7a67538a9977c892389bfcde76a8372aa0b56c.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> |