mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -03:00
Include sys/select.h for fd_set
Fixes build on musl.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user