summaryrefslogtreecommitdiff
path: root/lib/libc/poll/ppoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/poll/ppoll.c')
-rw-r--r--lib/libc/poll/ppoll.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/poll/ppoll.c b/lib/libc/poll/ppoll.c
index 923784da..da23d412 100644
--- a/lib/libc/poll/ppoll.c
+++ b/lib/libc/poll/ppoll.c
@@ -1,8 +1,10 @@
-#include "asm/unistd_64.h" // for __NR_ppoll
+
+
#include <poll.h> // for nfds_t, pollfd, ppoll
#include <signal.h> // for sigset_t
#include <syscall.h> // for __syscall_5, syscall
+#include <time.h>
struct timespec;