add pollfd to poll.h

This commit is contained in:
Gavin Hayes 2022-08-27 00:31:10 -04:00
parent adaaeb7dd0
commit 5fe067c3d9

View file

@ -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