From 92b1f4df07cb1f898151481a27ce39845a033d4a Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Mon, 25 Feb 2019 22:12:09 +0100 Subject: [PATCH] Include wait.h in proc.h, not proc.cpp Should fix the build in FreeBSD - https://builds.sr.ht/~faho/job/33304. --- src/proc.cpp | 1 - src/proc.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proc.cpp b/src/proc.cpp index 56027c369..f0c9cb482 100644 --- a/src/proc.cpp +++ b/src/proc.cpp @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include diff --git a/src/proc.h b/src/proc.h index 1e8b56f56..9bd302f9e 100644 --- a/src/proc.h +++ b/src/proc.h @@ -8,6 +8,7 @@ #include #include #include // IWYU pragma: keep +#include #include #include