aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-10 08:48:48 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-10 08:48:48 -0800
commit2d9f8e8179b661d0d81bb592f4520d712d021296 (patch)
tree58b2c19efca118663fef2c97c1b35dae8763d036 /grpc.gemspec
parent61393ad19f2446e62919067f46f5b3d6bbbf5df4 (diff)
Fix build
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 2fcc18f119..bbef356b64 100755
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -256,6 +256,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/lib/surface/init.h )
s.files += %w( src/core/lib/surface/lame_client.h )
s.files += %w( src/core/lib/surface/server.h )
+ s.files += %w( src/core/lib/surface/validate_metadata.h )
s.files += %w( src/core/lib/transport/byte_stream.h )
s.files += %w( src/core/lib/transport/connectivity_state.h )
s.files += %w( src/core/lib/transport/error_utils.h )