aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/exec_ctx.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-09-23 12:32:40 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-09-23 12:32:40 -0700
commit258f8de866958599b454bbc73b9deaa78235acad (patch)
tree02b7aef5c3bf33d3bb8e0efe45ec617da781f0ee /src/core/iomgr/exec_ctx.c
parent5c1ad056d2498fe719118f0bff2484c2f25469dc (diff)
Windows fixes
Diffstat (limited to 'src/core/iomgr/exec_ctx.c')
-rw-r--r--src/core/iomgr/exec_ctx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/iomgr/exec_ctx.c b/src/core/iomgr/exec_ctx.c
index 74aad6cea3..a830a27b0b 100644
--- a/src/core/iomgr/exec_ctx.c
+++ b/src/core/iomgr/exec_ctx.c
@@ -33,6 +33,8 @@
#include "src/core/iomgr/exec_ctx.h"
+#include <grpc/support/log.h>
+
void grpc_exec_ctx_flush(grpc_exec_ctx *exec_ctx) {
while (!grpc_closure_list_empty(exec_ctx->closure_list)) {
grpc_closure *c = exec_ctx->closure_list.head;