diff options
| author | 2019-09-30 16:15:33 +0000 | |
|---|---|---|
| committer | 2019-09-30 16:15:33 +0000 | |
| commit | 636c03ef9f96a1f932dc1e9cf092d25d4541372a (patch) | |
| tree | d91ce2d03f3d6cb28e172bb93d0cdcd9802d5254 /opengl/libs/hooks.h | |
| parent | 79c73f4a9e36bb4d922375116eb5c171b3dada51 (diff) | |
| parent | 70d8ca784c36db55c56b6f63408c95d3aaab6bb6 (diff) | |
Merge "Move to bionic platform include."
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 { |