aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/impl/codegen/port_platform.h
diff options
context:
space:
mode:
authorGravatar kwasimensah <kmensah@google.com>2017-10-27 12:39:41 -0400
committerGravatar GitHub <noreply@github.com>2017-10-27 12:39:41 -0400
commit51c7bf8425da0761271eab4d330cdbd5fc354d5f (patch)
tree10509fc79fa585ed18798f6a5a2fb8d1db0146e6 /include/grpc/impl/codegen/port_platform.h
parent1194782c420bf4c2b4970a460fb2bb5d199441b5 (diff)
Update port_platform.h
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