mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 05:31:13 -03:00
proc: Include sys/wait.h
Might fix build on FreeBSD.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user