aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/ext/grpc/rb_channel.c
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-03-23 11:20:15 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-03-23 11:32:36 -0700
commit604abf4fa57fffa5448a85d606db290574c33493 (patch)
tree547a145e55f08bebe6238aed6ecc775cbd168895 /src/ruby/ext/grpc/rb_channel.c
parent1a0cc16dc7daa9dc4f997c312c79f5363a73b866 (diff)
add generated imports header to be able to build on mingw
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 ba23052521..1c20c8813f 100644
--- a/src/ruby/ext/grpc/rb_channel.c
+++ b/src/ruby/ext/grpc/rb_channel.c
@@ -34,6 +34,7 @@
#include <ruby/ruby.h>
#include <ruby/thread.h>
+#include "rb_grpc_imports.generated.h"
#include "rb_byte_buffer.h"
#include "rb_channel.h"