mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-06 03:20:26 +00:00
poll.h, not sys/poll.h
This commit is contained in:
parent
476ebe5533
commit
44b398cac7
@ -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…
Reference in New Issue
Block a user