From 8c115f6cf32c52a99dabd827c7c40634875cc8b9 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Sun, 5 Jul 2020 21:18:36 +1000 Subject: [PATCH] testsuite: Correct include procps.h got removed in the referenced commit, the test program needs to include the correct header. References: commit 1aa8b1644118ee84ff02158e1a9f409527fb5a96 --- proc/test_pids.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proc/test_pids.c b/proc/test_pids.c index c780f9ab..633c7298 100644 --- a/proc/test_pids.c +++ b/proc/test_pids.c @@ -20,7 +20,7 @@ #include #include -#include +#include #include "tests.h" enum pids_item items[] = { PIDS_ID_PID, PIDS_ID_PID };