diff options
author | David Garcia Quintas <dgq@google.com> | 2016-08-01 19:15:50 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-08-01 19:15:50 -0700 |
commit | b3a0fd693ebbefe572d59b9d00ef10a598f20453 (patch) | |
tree | aaa706f0415f4f6a7d9131e183017d03b3159c27 /src/ruby | |
parent | 2ee99f42cf450afc1b8fe213aee45063a03af09a (diff) |
codegen/alloc.h -> support/alloc.h for ruby
Diffstat (limited to 'src/ruby')
-rw-r--r-- | src/ruby/ext/grpc/rb_compression_options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/ext/grpc/rb_compression_options.c b/src/ruby/ext/grpc/rb_compression_options.c index 0a3a215b1c..c5668fdab4 100644 --- a/src/ruby/ext/grpc/rb_compression_options.c +++ b/src/ruby/ext/grpc/rb_compression_options.c @@ -38,7 +38,7 @@ #include <grpc/compression.h> #include <grpc/grpc.h> -#include <grpc/impl/codegen/alloc.h> +#include <grpc/support/alloc.h> #include <grpc/impl/codegen/compression_types.h> #include <grpc/impl/codegen/grpc_types.h> #include <string.h> |