poll.h, not sys/poll.h

pull/1779/head
nick black 3 years ago
parent 476ebe5533
commit 44b398cac7
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -11,6 +11,7 @@ extern "C" {
#include <poll.h>
#include <term.h>
#include <time.h>
#include <poll.h>
#include <stdio.h>
#include <stdint.h>
#include <unistd.h>
@ -23,7 +24,6 @@ extern "C" {
#include <termios.h>
#include <stdbool.h>
#include <unictype.h>
#include <sys/poll.h>
#include <langinfo.h>
#include <netinet/in.h>
#include "notcurses/notcurses.h"

Loading…
Cancel
Save