mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 09:39:03 -04:00
musl: sys/poll, sys/fcntl -> poll, fcntl #733
This commit is contained in:
parent
0a0f9faa7f
commit
d9535f9962
@ -1,10 +1,9 @@
|
||||
#include <poll.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <pthread.h>
|
||||
#include <sys/poll.h>
|
||||
#include <sys/wait.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/fcntl.h>
|
||||
#ifdef __linux__
|
||||
#include <linux/wait.h>
|
||||
#include <asm/unistd.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user