aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2019-01-07 12:12:03 -0800
committerGravatar GitHub <noreply@github.com>2019-01-07 12:12:03 -0800
commitbcd29821ec609996367bafe905b7f38b0e84d661 (patch)
tree2eab724293d107e7af48a647cb0dc10e151d071b /include
parenta786b7415aaaf7247293f4116007aa451652be06 (diff)
parent726f044932c2ae096d05f4f6cac2850ae2be3f83 (diff)
Merge pull request #17279 from yashykt/linuxversionmanylinux
Include linux/version.h for manylinux
Diffstat (limited to 'include')
-rw-r--r--include/grpc/impl/codegen/port_platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grpc/impl/codegen/port_platform.h b/include/grpc/impl/codegen/port_platform.h
index 031c0c36ae..8f5dae735f 100644
--- a/include/grpc/impl/codegen/port_platform.h
+++ b/include/grpc/impl/codegen/port_platform.h
@@ -121,6 +121,7 @@
#else /* _LP64 */
#define GPR_ARCH_32 1
#endif /* _LP64 */
+#include <linux/version.h>
#elif defined(ANDROID) || defined(__ANDROID__)
#define GPR_PLATFORM_STRING "android"
#define GPR_ANDROID 1