diff options
Diffstat (limited to 'lib/libc/poll/poll.c')
| -rw-r--r-- | lib/libc/poll/poll.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/poll/poll.c b/lib/libc/poll/poll.c index 24d91db6..4601b9b3 100644 --- a/lib/libc/poll/poll.c +++ b/lib/libc/poll/poll.c @@ -1,4 +1,5 @@ -#include "asm/unistd_64.h" // for __NR_poll + + #include <poll.h> // for nfds_t, poll, pollfd #include <syscall.h> // for __syscall_3, syscall |
