proc: Include sys/wait.h

Might fix build on FreeBSD.
This commit is contained in:
Fabian Homborg 2021-05-18 10:16:54 +02:00
parent 68bd3988d4
commit 5743a536b0

View File

@ -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>