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
|
|
@ -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