mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
Include sys/select.h for fd_set
Fixes build on musl.
This commit is contained in:
parent
a6bd5fac0c
commit
fa7a2975d8
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
#include <chrono>
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
// Needed for musl
|
||||
#include <sys/select.h> // IWYU pragma: keep
|
||||
|
||||
#include "common.h"
|
||||
#include "maybe.h"
|
||||
|
|
Loading…
Reference in a new issue