more sys/poll.h -> poll.h for musl #733

pull/747/head
nick black 4 years ago
parent d9535f9962
commit 03618c70b3
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -1,3 +1,4 @@
#include <poll.h>
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
@ -5,7 +6,6 @@
#include <assert.h>
#include <string.h>
#include <pthread.h>
#include <sys/poll.h>
#include "demo.h"
#define INITIAL_TABLET_COUNT 4

@ -1,9 +1,9 @@
#include "internal.h"
#include <poll.h>
#include <ncurses.h> // needed for some definitions, see terminfo(3ncurses)
#include <term.h>
#include <ctype.h>
#include <signal.h>
#include <sys/poll.h>
// CSI (Control Sequence Indicators) originate in the terminal itself, and are
// not reported in their bare form to the user. For our purposes, these usually

@ -2,6 +2,7 @@
#include "egcpool.h"
#include "internal.h"
#include <ncurses.h> // needed for some definitions, see terminfo(3ncurses)
#include <poll.h>
#include <time.h>
#include <term.h>
#include <fcntl.h>
@ -14,7 +15,6 @@
#include <signal.h>
#include <locale.h>
#include <langinfo.h>
#include <sys/poll.h>
#include <stdatomic.h>
#include <sys/ioctl.h>

@ -1,7 +1,7 @@
#include <poll.h>
#include <ctype.h>
#include <limits.h>
#include <unistd.h>
#include <sys/poll.h>
#include "internal.h"
// Check whether the terminal geometry has changed, and if so, copies what can

Loading…
Cancel
Save