mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
Include wait.h in proc.h, not proc.cpp
Should fix the build in FreeBSD - https://builds.sr.ht/~faho/job/33304.
This commit is contained in:
parent
6239c94fd4
commit
92b1f4df07
2 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,6 @@
|
|||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
#include <wchar.h>
|
||||
#include <wctype.h>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#include <signal.h>
|
||||
#include <stddef.h>
|
||||
#include <sys/time.h> // IWYU pragma: keep
|
||||
#include <sys/wait.h>
|
||||
#include <termios.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue