diff options
author | Craig Tiller <ctiller@google.com> | 2016-06-30 15:10:12 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-06-30 15:10:12 -0700 |
commit | 099eb6ee4bd9c2a9484d5a794ccf6e97d353ad2e (patch) | |
tree | f81188946c05ce009a62afc31cc1d15c0ec2c35d /src/core/lib | |
parent | 7be0595600013003fd856c057a039655e7da7fc6 (diff) |
Get it compiling
Diffstat (limited to 'src/core/lib')
-rw-r--r-- | src/core/lib/iomgr/exec_ctx.c | 1 |
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) { |