testsuite: Correct include

procps.h got removed in the referenced commit, the test program
needs to include the correct header.

References:
 commit 1aa8b16441
This commit is contained in:
Craig Small 2020-07-05 21:18:36 +10:00
parent d974f064b5
commit 8c115f6cf3

View File

@ -20,7 +20,7 @@
#include <stdio.h>
#include <errno.h>
#include <proc/procps.h>
#include <proc/pids.h>
#include "tests.h"
enum pids_item items[] = { PIDS_ID_PID, PIDS_ID_PID };