testsuite: Correct include
procps.h got removed in the referenced commit, the test program needs to include the correct header. References: commit 1aa8b1644118ee84ff02158e1a9f409527fb5a96
This commit is contained in:
parent
d974f064b5
commit
8c115f6cf3
@ -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 };
|
||||
|
Loading…
x
Reference in New Issue
Block a user