aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/ext/grpc/rb_call_credentials.c
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-31 11:33:19 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-31 11:37:13 +0100
commitd51d121c0c52205393ae607ebfab5e50b5c9a491 (patch)
tree4962ddb1949b6814251d6d479e898f103b2a4fdb /src/ruby/ext/grpc/rb_call_credentials.c
parent763cc089284b47b0a8fffc14b5e143fa90b2743b (diff)
And the Windows extension finally loads.
Diffstat (limited to 'src/ruby/ext/grpc/rb_call_credentials.c')
-rw-r--r--src/ruby/ext/grpc/rb_call_credentials.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ruby/ext/grpc/rb_call_credentials.c b/src/ruby/ext/grpc/rb_call_credentials.c
index ebcc6592c2..2426f106a9 100644
--- a/src/ruby/ext/grpc/rb_call_credentials.c
+++ b/src/ruby/ext/grpc/rb_call_credentials.c
@@ -31,6 +31,8 @@
*
*/
+#include <ruby/ruby.h>
+#include "rb_grpc_imports.generated.h"
#include "rb_call_credentials.h"
#include <ruby/ruby.h>