From cc00300c93d526391fe7a1070cc64af636bb1a23 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Tue, 9 May 2017 12:30:11 -0700 Subject: [PATCH] Add missing file to BUILD --- BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD b/BUILD index b19ecec62f4..aae7b6ffbec 100644 --- a/BUILD +++ b/BUILD @@ -605,6 +605,7 @@ grpc_cc_library( "src/core/lib/iomgr/error.h", "src/core/lib/iomgr/error_internal.h", "src/core/lib/iomgr/ev_epoll1_linux.h", + "src/core/lib/iomgr/ev_epollsig_linux.h", "src/core/lib/iomgr/ev_epollex_linux.h", "src/core/lib/iomgr/is_epollexclusive_available.h", "src/core/lib/iomgr/sys_epoll_wrapper.h",