mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 07:29:23 +00:00
Add pollfd to poll.h (#576)
This commit is contained in:
parent
8a3d8497e3
commit
74879bf067
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue