aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/support
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-09-23 13:51:00 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-09-23 13:51:00 -0700
commit5abf79a91b1a06e7fb971fce65c30661b4c8bf38 (patch)
tree8d8208d4d49335bdc5fff87cb230a2d3327ce331 /src/core/lib/support
parent76b3e26d938a925532522fa276736bfcea442624 (diff)
parent942c264861dedd8020fc18d65933e8f4f57e3e46 (diff)
Merge github.com:grpc/grpc into direct-calls
Diffstat (limited to 'src/core/lib/support')
-rw-r--r--src/core/lib/support/log_posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/support/log_posix.c b/src/core/lib/support/log_posix.c
index 6ae6320767..f972da0887 100644
--- a/src/core/lib/support/log_posix.c
+++ b/src/core/lib/support/log_posix.c
@@ -33,7 +33,7 @@
#include <grpc/support/port_platform.h>
-#if defined(GPR_POSIX_LOG)
+#ifdef GPR_POSIX_LOG
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>