diff --git a/Userland/Libraries/LibC/poll.cpp b/Userland/Libraries/LibC/poll.cpp index 11ef099ee2..8b5f5605f1 100644 --- a/Userland/Libraries/LibC/poll.cpp +++ b/Userland/Libraries/LibC/poll.cpp @@ -11,6 +11,7 @@ extern "C" { +// https://pubs.opengroup.org/onlinepubs/9699919799/functions/poll.html int poll(pollfd* fds, nfds_t nfds, int timeout_ms) { timespec timeout;