aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/impl/codegen/port_platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc/impl/codegen/port_platform.h')
-rw-r--r--include/grpc/impl/codegen/port_platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/impl/codegen/port_platform.h b/include/grpc/impl/codegen/port_platform.h
index 324dbe0903..5784fcee4c 100644
--- a/include/grpc/impl/codegen/port_platform.h
+++ b/include/grpc/impl/codegen/port_platform.h
@@ -299,7 +299,7 @@
// Android specifc logic to detect brokeness around TLS support.
#if defined(__ANDROID__) && defined(__clang__)
-#include "third_party/absl/base/config.h"
+#include "absl/base/config.h"
#if !defined(ABSL_HAVE_TLS) && defined(GPR_GCC_TLS)
#undef GPR_GCC_TLS