diff options
| author | 2019-09-30 09:36:08 -0700 | |
|---|---|---|
| committer | 2019-09-30 09:36:08 -0700 | |
| commit | 724a07eab5e78c31f76d8defb904b6aeee42537f (patch) | |
| tree | 310df7c9ca62bf773eb08692b3cd24d63c44c599 /opengl/libs/hooks.h | |
| parent | bce5a0fb92a30c22b2cdea5c728379c6808f2869 (diff) | |
| parent | 636c03ef9f96a1f932dc1e9cf092d25d4541372a (diff) | |
Merge "Move to bionic platform include."
am: 636c03ef9f
Change-Id: I3c69dc9d2086e193a344a036f8f373e30ae14dfa
Diffstat (limited to 'opengl/libs/hooks.h')
| -rw-r--r-- | opengl/libs/hooks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/hooks.h b/opengl/libs/hooks.h index 63a0e140cc..86fec21bae 100644 --- a/opengl/libs/hooks.h +++ b/opengl/libs/hooks.h @@ -46,7 +46,7 @@ #define MAX_NUMBER_OF_GL_EXTENSIONS 256 -#include <bionic_tls.h> /* special private C library header */ +#include <bionic/tls.h> /* special private C library header */ // ---------------------------------------------------------------------------- namespace android { |