From 51c7bf8425da0761271eab4d330cdbd5fc354d5f Mon Sep 17 00:00:00 2001 From: kwasimensah Date: Fri, 27 Oct 2017 12:39:41 -0400 Subject: [PATCH] Update port_platform.h --- include/grpc/impl/codegen/port_platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/grpc/impl/codegen/port_platform.h b/include/grpc/impl/codegen/port_platform.h index 324dbe09035..5784fcee4c7 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