aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2018-06-27 07:23:33 -0700
committerGravatar Mark D. Roth <roth@google.com>2018-06-27 07:23:33 -0700
commit2223e60b63cb7d9cadc4db30064767738d2b7559 (patch)
treeb7017feb9fc37ff879226c50d0cd0b1a2b999832 /grpc.gemspec
parent01f3d5eed3938776984dfb332c243de4e0ec9519 (diff)
Avoid duplicate definitions of ROUND_UP_TO_ALIGNMENT_SIZE() macro.
Diffstat (limited to 'grpc.gemspec')
-rw-r--r--grpc.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index f772d2a744..21bd8e0b03 100644
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -81,6 +81,7 @@ Gem::Specification.new do |s|
s.files += %w( include/grpc/impl/codegen/sync_generic.h )
s.files += %w( include/grpc/impl/codegen/sync_posix.h )
s.files += %w( include/grpc/impl/codegen/sync_windows.h )
+ s.files += %w( src/core/lib/gpr/alloc.h )
s.files += %w( src/core/lib/gpr/arena.h )
s.files += %w( src/core/lib/gpr/env.h )
s.files += %w( src/core/lib/gpr/host_port.h )