Add pollfd to poll.h (#576)

This commit is contained in:
Gavin Hayes 2022-09-04 03:09:50 -04:00 committed by GitHub
parent 8a3d8497e3
commit 74879bf067
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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