aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-08-16 07:26:31 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-08-16 07:26:31 -0700
commit4998e30bb4c32a7774d4c8c09735dc7b4ef0caf6 (patch)
treecc72972acc328be1a319b8088b37cad2d5bd6d82 /src
parent6b38251f079556833de244c0ab08101e47b6f367 (diff)
Include missing header in ev_epoll_linux.c
Diffstat (limited to 'src')
-rw-r--r--src/core/lib/iomgr/ev_epoll_linux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/ev_epoll_linux.c b/src/core/lib/iomgr/ev_epoll_linux.c
index 6a63c4d1d1..02bcbaa10f 100644
--- a/src/core/lib/iomgr/ev_epoll_linux.c
+++ b/src/core/lib/iomgr/ev_epoll_linux.c
@@ -42,6 +42,7 @@
#include <assert.h>
#include <errno.h>
#include <poll.h>
+#include <pthread.h>
#include <signal.h>
#include <string.h>
#include <sys/epoll.h>