From 31789c46dfb52f5b2d81c20521a4c93177cdc7a3 Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Thu, 21 Dec 2017 14:20:39 -0800 Subject: [PATCH] fix public hdrs in 1.8.x --- BUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILD b/BUILD index beb3c9ebddd..f48d6bc188d 100644 --- a/BUILD +++ b/BUILD @@ -79,10 +79,11 @@ GRPC_PUBLIC_HDRS = [ "include/grpc/byte_buffer.h", "include/grpc/byte_buffer_reader.h", "include/grpc/compression.h", - "include/grpc/load_reporting.h", + "include/grpc/fork.h", "include/grpc/grpc.h", "include/grpc/grpc_posix.h", "include/grpc/grpc_security_constants.h", + "include/grpc/load_reporting.h", "include/grpc/slice.h", "include/grpc/slice_buffer.h", "include/grpc/status.h",