Browse Source

Get it compiling

Craig Tiller 9 years ago
parent
commit
099eb6ee4b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/core/lib/iomgr/exec_ctx.c

+ 1 - 0
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) {