mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 15:19:11 +08:00
proc: Include sys/wait.h
Might fix build on FreeBSD.
This commit is contained in:
parent
68bd3988d4
commit
5743a536b0
@ -8,6 +8,7 @@
|
||||
#include <signal.h>
|
||||
#include <stddef.h>
|
||||
#include <sys/time.h> // IWYU pragma: keep
|
||||
#include <sys/wait.h> // IWYU pragma: keep
|
||||
#include <unistd.h>
|
||||
|
||||
#include <deque>
|
||||
|
Loading…
x
Reference in New Issue
Block a user