Skip to content

Commit

Permalink
Include missing header in ev_epoll_linux.c
Browse files Browse the repository at this point in the history
  • Loading branch information
sreecha committed Aug 16, 2016
1 parent 6b38251 commit 4998e30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/lib/iomgr/ev_epoll_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4998e30

Please sign in to comment.