aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-11-16 15:46:56 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-11-16 15:46:56 -0800
commitf2752ebb3b81cbad4e3b9ac0df5d7021c4659243 (patch)
tree702f52531181b761364300c7847bdf0b367d462b /src
parente1e928330f94e15aaceea0d058351776358fe7ee (diff)
Fix build
Diffstat (limited to 'src')
-rw-r--r--src/core/lib/iomgr/ev_epoll_linux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/ev_epoll_linux.c b/src/core/lib/iomgr/ev_epoll_linux.c
index 91041a7c28..86674ca8c6 100644
--- a/src/core/lib/iomgr/ev_epoll_linux.c
+++ b/src/core/lib/iomgr/ev_epoll_linux.c
@@ -31,7 +31,6 @@
*
*/
-#include <grpc/grpc_posix.h>
#include "src/core/lib/iomgr/port.h"
/* This polling engine is only relevant on linux kernels supporting epoll() */