From 86530acca735b6ba49dee12bfc7e80d86d49c0cb Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Mon, 27 Aug 2018 15:14:58 -0700 Subject: Include linux/version.h in port_platform.h --- include/grpc/impl/codegen/port_platform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/grpc/impl/codegen/port_platform.h') diff --git a/include/grpc/impl/codegen/port_platform.h b/include/grpc/impl/codegen/port_platform.h index 8d9bd83285..b2028a6305 100644 --- a/include/grpc/impl/codegen/port_platform.h +++ b/include/grpc/impl/codegen/port_platform.h @@ -174,6 +174,7 @@ #ifdef __GLIBC__ #define GPR_POSIX_CRASH_HANDLER 1 #define GPR_LINUX_PTHREAD_NAME 1 +#include #else /* musl libc */ #define GPR_MUSL_LIBC_COMPAT 1 #endif -- cgit v1.2.3