From 5fe067c3d9cb005c738948ed76b61591f1e51073 Mon Sep 17 00:00:00 2001 From: Gavin Hayes Date: Sat, 27 Aug 2022 00:31:10 -0400 Subject: [PATCH] add pollfd to poll.h --- libc/isystem/poll.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/isystem/poll.h b/libc/isystem/poll.h index 92ca439f6..5326a1d0b 100644 --- a/libc/isystem/poll.h +++ b/libc/isystem/poll.h @@ -1,5 +1,6 @@ #ifndef LIBC_ISYSTEM_POLL_H_ #define LIBC_ISYSTEM_POLL_H_ #include "libc/sock/sock.h" +#include "libc/sock/struct/pollfd.h" #include "libc/sysv/consts/poll.h" #endif