mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 17:29:29 +08:00
Include sys/select.h for fd_set
Fixes build on musl.
This commit is contained in:
parent
a6bd5fac0c
commit
fa7a2975d8
|
@ -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 New Issue
Block a user