Merge pull request #10269 from apolcyn/fix_ruby_mingw_build

Fix ruby mingw build, add missing header
pull/10261/head
apolcyn 8 years ago committed by GitHub
commit d0432ff5af
  1. 1
      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"

Loading…
Cancel
Save