aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-11-21 14:24:22 -0800
committerGravatar Yash Tibrewal <yashkt@google.com>2018-11-21 14:24:22 -0800
commit726f044932c2ae096d05f4f6cac2850ae2be3f83 (patch)
tree24aa965ed42a0525ace2818bb9f30fec5b9366a3 /include
parentabbfd89dfc7e140fb1658f671b36e3276bfc37ce (diff)
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 b2028a6305..6795f05a6d 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