diff options
Diffstat (limited to 'kernel/syscalls/ppoll.c')
-rw-r--r-- | kernel/syscalls/ppoll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/syscalls/ppoll.c b/kernel/syscalls/ppoll.c index fa85e8c..7c5befa 100644 --- a/kernel/syscalls/ppoll.c +++ b/kernel/syscalls/ppoll.c @@ -1,7 +1,7 @@ -#include <syscalls.h> #include <fs/vfs.h> #include <poll.h> #include <sched/scheduler.h> +#include <syscalls.h> int syscall_poll(SYS_POLL_PARAMS *args) { struct pollfd *fds = args->fds; |