summaryrefslogtreecommitdiff
path: root/src/select/poll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/poll.c')
-rw-r--r--src/select/poll.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/select/poll.c b/src/select/poll.c
index 9e0bcbd8..c84c8a99 100644
--- a/src/select/poll.c
+++ b/src/select/poll.c
@@ -2,7 +2,6 @@
#include <time.h>
#include <signal.h>
#include "syscall.h"
-#include "libc.h"
int poll(struct pollfd *fds, nfds_t n, int timeout)
{