summaryrefslogtreecommitdiff
path: root/opengl/libs/hooks.h
diff options
context:
space:
mode:
author Christopher Ferris <cferris@google.com> 2019-09-30 16:15:33 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2019-09-30 16:15:33 +0000
commit636c03ef9f96a1f932dc1e9cf092d25d4541372a (patch)
treed91ce2d03f3d6cb28e172bb93d0cdcd9802d5254 /opengl/libs/hooks.h
parent79c73f4a9e36bb4d922375116eb5c171b3dada51 (diff)
parent70d8ca784c36db55c56b6f63408c95d3aaab6bb6 (diff)
Merge "Move to bionic platform include."
Diffstat (limited to 'opengl/libs/hooks.h')
-rw-r--r--opengl/libs/hooks.h2
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 {