aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/ext/grpc/rb_channel_args.c
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-05-14 05:33:43 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-05-14 05:33:43 +0200
commit357cb81c7d2e66f997504f67adc503e4d4dcf90b (patch)
tree6a5fe7abddb752573ab29284216bd766cb82ba6c /src/ruby/ext/grpc/rb_channel_args.c
parent452af9d63b4d64ddc377fd6427154e417a0a996f (diff)
Straightening out the includes.
Diffstat (limited to 'src/ruby/ext/grpc/rb_channel_args.c')
-rw-r--r--src/ruby/ext/grpc/rb_channel_args.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ruby/ext/grpc/rb_channel_args.c b/src/ruby/ext/grpc/rb_channel_args.c
index acd545f5d2..42ed3a1ec8 100644
--- a/src/ruby/ext/grpc/rb_channel_args.c
+++ b/src/ruby/ext/grpc/rb_channel_args.c
@@ -33,7 +33,8 @@
#include "rb_channel_args.h"
-#include <ruby.h>
+#include <ruby/ruby.h>
+
#include <grpc/grpc.h>
#include "rb_grpc.h"