aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-06-30 15:10:12 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-06-30 15:10:12 -0700
commit099eb6ee4bd9c2a9484d5a794ccf6e97d353ad2e (patch)
treef81188946c05ce009a62afc31cc1d15c0ec2c35d /src/core/lib
parent7be0595600013003fd856c057a039655e7da7fc6 (diff)
Get it compiling
Diffstat (limited to 'src/core/lib')
-rw-r--r--src/core/lib/iomgr/exec_ctx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/exec_ctx.c b/src/core/lib/iomgr/exec_ctx.c
index 059133f879..ac7785ec13 100644
--- a/src/core/lib/iomgr/exec_ctx.c
+++ b/src/core/lib/iomgr/exec_ctx.c
@@ -37,6 +37,7 @@
#include <grpc/support/sync.h>
#include <grpc/support/thd.h>
+#include "src/core/lib/iomgr/workqueue.h"
#include "src/core/lib/profiling/timers.h"
bool grpc_exec_ctx_ready_to_finish(grpc_exec_ctx *exec_ctx) {