aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/ext/grpc/rb_channel.c
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-06-30 13:54:09 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-06-30 13:54:09 -0700
commit9acc40f9b6753a0d43434b30393c4996c8002b28 (patch)
tree9256c12ac11a8b20753a4b7157f9409108593e87 /src/ruby/ext/grpc/rb_channel.c
parentd9d9ba9302af60565a07e03c05bb49eed61ec113 (diff)
Simplified Ruby completion queue destruction code
Diffstat (limited to 'src/ruby/ext/grpc/rb_channel.c')
-rw-r--r--src/ruby/ext/grpc/rb_channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ruby/ext/grpc/rb_channel.c b/src/ruby/ext/grpc/rb_channel.c
index 346b0d1238..18a15d0125 100644
--- a/src/ruby/ext/grpc/rb_channel.c
+++ b/src/ruby/ext/grpc/rb_channel.c
@@ -39,6 +39,7 @@
#include <grpc/grpc.h>
#include <grpc/grpc_security.h>
#include <grpc/support/alloc.h>
+#include <grpc/support/log.h>
#include "rb_grpc.h"
#include "rb_call.h"
#include "rb_channel_args.h"