Skip to content
Snippets Groups Projects
Commit 508e94ac authored by Nicolas Noble's avatar Nicolas Noble Committed by GitHub
Browse files

Merge pull request #7749 from sreecha/pthread_fix

Include missing header in ev_epoll_linux.c
parents 68c20d44 4998e30b
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment