diff options
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-x | grpc.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec index e6da4ed08a..aca802e186 100755 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -209,6 +209,7 @@ Gem::Specification.new do |s| s.files += %w( src/core/lib/iomgr/iomgr.h ) s.files += %w( src/core/lib/iomgr/iomgr_internal.h ) s.files += %w( src/core/lib/iomgr/iomgr_posix.h ) + s.files += %w( src/core/lib/iomgr/iomgr_uv.h ) s.files += %w( src/core/lib/iomgr/is_epollexclusive_available.h ) s.files += %w( src/core/lib/iomgr/load_file.h ) s.files += %w( src/core/lib/iomgr/lockfree_event.h ) |