Merge pull request #16470 from yashykt/linuxversion

Include linux/version.h in port_platform.h
pull/16628/head
Yash Tibrewal 6 years ago committed by GitHub
commit 07eecd8421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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 <linux/version.h>
#else /* musl libc */
#define GPR_MUSL_LIBC_COMPAT 1
#endif

Loading…
Cancel
Save