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:
Fabian Homborg 2019-02-25 22:12:09 +01:00
parent 6239c94fd4
commit 92b1f4df07
2 changed files with 1 additions and 1 deletions

View file

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

View file

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