mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Include correct header for poll()
This commit is contained in:
parent
ee3687430b
commit
ccc01433b7
2 changed files with 2 additions and 2 deletions
2
src/fs.c
2
src/fs.c
|
|
@ -32,7 +32,7 @@
|
|||
#include <sys/stat.h>
|
||||
#include <time.h>
|
||||
#include <errno.h>
|
||||
#include <sys/poll.h>
|
||||
#include <poll.h>
|
||||
#include <termios.h>
|
||||
#include "error.h"
|
||||
#include "print.h"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
#define _GNU_SOURCE // For FNM_EXTMATCH
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <sys/poll.h>
|
||||
#include <poll.h>
|
||||
#include <sys/wait.h>
|
||||
#include <fnmatch.h>
|
||||
#include <regex.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue