From 12cafe4e60532d9b82d9fa0bcce41a9b04cf8245 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 4 Jun 2020 12:02:02 +0200 Subject: [PATCH] Add include for waitpid to functionaltest --- tests/functionaltests/proftest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functionaltests/proftest.c b/tests/functionaltests/proftest.c index 50dbffd2..c75a0611 100644 --- a/tests/functionaltests/proftest.c +++ b/tests/functionaltests/proftest.c @@ -1,4 +1,5 @@ #include +#include #include #include