From 4b86603a2e3d24f53b18915fd8cb302dcf31e4cd Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 15 Aug 2016 01:48:45 -0700 Subject: Remove include for compatibility with non-glibc On my glibc (Debian Jessie amd64 if anybody cares) system, is a strict subset of , which the file is already including. musl libc doesn't provide this file, and with this change all the C++ tests pass with musl libc. This came up in bazelbuild/bazel#1492. --- src/core/lib/support/log_linux.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/core/lib/support/log_linux.c b/src/core/lib/support/log_linux.c index 508fae4eec..299b377373 100644 --- a/src/core/lib/support/log_linux.c +++ b/src/core/lib/support/log_linux.c @@ -47,7 +47,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3