aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-09-23 12:05:34 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-09-23 12:05:34 -0700
commit86958768b462c5428cf6607508895d3a44cd3d16 (patch)
tree18fa88c9174033fb4356d0c1876d531c4471579b /grpc.gemspec
parent45881861dc6336b4387ebd894fa7193de475e594 (diff)
Buffer pools compile
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-xgrpc.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index 6c64dc7322..0aefd51248 100755
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -216,6 +216,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/lib/iomgr/socket_utils_posix.h )
s.files += %w( src/core/lib/iomgr/socket_windows.h )
s.files += %w( src/core/lib/iomgr/tcp_client.h )
+ s.files += %w( src/core/lib/iomgr/tcp_client_posix.h )
s.files += %w( src/core/lib/iomgr/tcp_posix.h )
s.files += %w( src/core/lib/iomgr/tcp_server.h )
s.files += %w( src/core/lib/iomgr/tcp_windows.h )